Check out my first novel, midnight's simulacra!
PDF: Difference between revisions
From dankwiki
(Created page with "Combining PDFs: <tt>gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH files-to-combine</tt>") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Combining PDFs: <tt>gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH files-to-combine</tt> | * Combining PDFs: <tt>gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH files-to-combine</tt> | ||
* Select pages: <tt>pdftk old.pdf cat pageranges output new.pdf</tt> | |||
* Remove password: <tt>gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=unencrypted.pdf -c .setpdfwrite -f encrypted.pdf</tt> |
Latest revision as of 16:24, 23 April 2012
- Combining PDFs: gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH files-to-combine
- Select pages: pdftk old.pdf cat pageranges output new.pdf
- Remove password: gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=unencrypted.pdf -c .setpdfwrite -f encrypted.pdf