Just found this wonderful command here for ghostscript to produce one pdf out of many:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf
Just found this wonderful command here for ghostscript to produce one pdf out of many:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf
This entry was posted on Monday, June 16th, 2008 and is filed under fun with Linux. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
#1 by ed Hardy on July 8th, 2008
check this out
https://www.acrobat.com ;)
#2 by panzi on August 15th, 2008
Actually there are tools that operate directly on PDFs without the need to convert it to postscript (I think this is what gs does, but I’m not sure). I used such a tool once, but I can’t remember the name. “yum search pdfjoin” yields:
pdfjam.noarch : Utilities for join, rotate and align PDFs
But I’m not sure if this was the tool I used.
#3 by panzi on August 15th, 2008
REPLY:
(I think it was pdftk what I used.)