Created
September 26, 2021 06:55
-
-
Save Tagussan/89f6e34f97951110059d5a62f18e6790 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
tmpdir=$(mktemp -d) | |
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -o $tmpdir/tmp.pdf $1 | |
pdfcrop $tmpdir/tmp.pdf $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment