As pdftk
is not yet available on Ubuntu 18.04 I compiled a pdftk fork following this excellent answer to a related question.
This works great, however I now have to type
java -jar build/jar/pdftk.jar
to run pdftk
.
I would like to just type pdftk
with its respective options. I created a bash script, but this does ignore the command line options. Any ideas?
~/.bashrc
instead – as you like. – dessert May 01 '18 at 11:52