One of those “howdoI”s I come across all the time is how to manipulate PDF files, e.g. concatenate several, from the command line without too much pain. The best tool I’ve found so far is Pdftk. My favorite command is concatenating several PDFs together:
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

No comments
Comments feed for this article