Skip to content

Instantly share code, notes, and snippets.

@dpapathanasiou
Created March 15, 2020 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpapathanasiou/47e116f7d8e97709dabcf74677daef9f to your computer and use it in GitHub Desktop.
Save dpapathanasiou/47e116f7d8e97709dabcf74677daef9f to your computer and use it in GitHub Desktop.
Scripting the pdftk-java jar to work like the pdftk binary
alias pdftk='$HOME/.pdftk.sh'
#!/bin/sh
# download the jar from https://gitlab.com/pdftk-java/pdftk/-/releases
java -jar /usr/local/pdftk/pdftk-all.jar "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment