Difference between revisions of "PDF Tools"

From RobolaboWiki
Jump to: navigation, search
Line 28: Line 28:
 
Model PostScript
 
Model PostScript
  
[[File:vimrc.txt]]
+
[[media:vimrc.txt]]

Revision as of 12:55, 8 June 2012


Merge PDFs

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=OUTPUT_FILE1.pdf INPUT_FILE1.pdf INPUT_FILE2.pdf

Cut PDFs

pdfnup INPUT_FILE.pdf '1-21' --nup 1x1 --no-landscape --outfile OUTPUT_FILE.pdf

PDF Printer

Install cups-pdf

apt-get install cups-pdf

Go to System -> Administration -> Printing and then Printer ->Add Printer.


Select Local Printer -> PDF Printer


Model PostScript

media:vimrc.txt