Quote:
Originally Posted by statusneo
Yep, that did it alright. Thanks!
Do you have any recommendations on utilities for removing the first page of a batch of pdfs? Or, ideally, resizing them to the same size as the rest of the pages?
|
Glad to hear that did the trick.
To remove the first page in a script or batch file, I'd recommend the command line version of pdftk:
http://www.pdflabs.com/tools/pdftk-server/
Something like "pdftk in.pdf output out.pdf cat 2-end" ought to work.