IT/Software/Command Line Applications/PDF Tools

From msgwiki
Jump to navigation Jump to search

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