Skip to content

Instantly share code, notes, and snippets.

@Tagussan
Created September 26, 2021 06:55
Show Gist options
  • Save Tagussan/89f6e34f97951110059d5a62f18e6790 to your computer and use it in GitHub Desktop.
Save Tagussan/89f6e34f97951110059d5a62f18e6790 to your computer and use it in GitHub Desktop.
#!/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