Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eugrus/891f646da66895ce2e256bdc7203153b to your computer and use it in GitHub Desktop.
Save eugrus/891f646da66895ce2e256bdc7203153b to your computer and use it in GitHub Desktop.
Add 1cm margins left and right to every page of a PDF using pdfjam
pdfjam --trim '1cm 0 1cm 0' INPUT_PDF_FILE_NAME_WITH_EXTENSION.pdf -o OUTPUT_PDF_FILE_NAME_WITH_EXTENSION.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment