Skip to content

Instantly share code, notes, and snippets.

@pierophp
Created July 4, 2016 16:17
Show Gist options
  • Save pierophp/59096eaa6d2e693d638ab66acf3f0f14 to your computer and use it in GitHub Desktop.
Save pierophp/59096eaa6d2e693d638ab66acf3f0f14 to your computer and use it in GitHub Desktop.
PDF Crop
sudo apt install texlive-extra-utils
pdfcrop --margins '5 10 5 20' input.pdf output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment