vote up 0 vote down star
1

I'd like to be able to merge multiple pdfs into one file using Delphi 2009. I'd be willing to look at third party components for this.

Please do not suggest Gnostice's products - I have tried to use them for this and have been disappointed so far.

flag

3 Answers

vote up 1 vote down check

There is a list of Delphi PDF tools you can try.

link|flag
I wound up using Quick PDF Library. – croceldon Oct 15 at 12:36
vote up 1 vote down

The simplest way that I have found was to use a free command-line program, pdftk

http://www.pdftk.com/

Merge Two or More PDFs into a New Document:

pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

link|flag
That is a cool idea; thanks for the tip: I'm a command-line addict (even have a nipple mouse in my keyboard, as external mice give me RSI). – Jeroen Pluimers Oct 15 at 14:22
vote up 0 vote down

If you have Adobe writer / creator could you automate it? I believe there is an SDK...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.