Created
July 4, 2016 16:17
-
-
Save pierophp/59096eaa6d2e693d638ab66acf3f0f14 to your computer and use it in GitHub Desktop.
PDF Crop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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