IT/Software/Command Line Applications/PDF Tools

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.

Here is a short list of the many many pdf tools in the Linux toolbox

pdftk has been around for ever.

pdfcrop

pdfjam

Example: Create a pdf for printing with margins of 1 cm on left by pushing document to the right.

pdfjam --twoside 20.pdf --offset '1cm 0cm' --suffix 'offset'Example