Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


pdftk | 9 comments | Create New Account
Click here to return to the 'pdftk' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
pdftk
Authored by: kd4ttc on Apr 03, '06 06:19:40PM

pdftk works on 10.4.x

http://www.accesspdf.com/pdftk/

Merge Two or More PDFs into a New Document
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

or (Using Handles):
pdftk A=1.pdf B=2.pdf cat A B output 12.pdf

or (Using Wildcards):
pdftk *.pdf cat output combined.pdf

---
Steve Holland



[ Reply to This | # ]