Wednesday, June 8, 2011

Pdftk - The PDF Toolkit

Pdftk - The PDF Toolkit


Superimpose Pages with pdftk

pdftk packs iText’s power into a standalone program. Apply a single PDF page to the background of an entire document like so:
pdftk mydoc.pdf output mydoc.marked.pdf background watermark.pdf
pdftk will use the first page of watermark.pdf, if it has more than one page. You can combine this background option with additional input operations (such as assembling PDFs [Hack#51]) and other output options (such as encryption [Hack #52]).

No comments: