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.
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.
If you have Adobe writer / creator could you automate it? I believe there is an SDK...
The simplest way that I have found was to use a free command-line program, pdftk
Merge Two or More PDFs into a New Document:
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf