I've tried PDFSharp but they are having issues with the latest versions of Acrobat Reader.
Does anyone know the best ones out there that are free?
I'm coding in C#.
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Docotic.Pdf library easily merges PDF files. Here is a sample that shows how to merge a number of PDFs into one.
Disclaimer: I work for the vendor of the library. |
|||
|
|
|
While not free .. have a look at Aspose, they have decent components and are good on support. I've used them on several projects, mainly their Word offering, but did get a chance to use the PDF component they have and it was easy enough to work with. |
|||
|
|
|
Maybe you can try with Amyuni PDF Creator .net The Append method allows you to concatenate or insert pages of one PDF file into another. All PDF files will be saved with compression by default. Usual disclaimer applies |
|||
|
|
|
Scroll down for the answer here: Merging multiple PDFs using iTextSharp in c#.net iTextSharp is the way to go!! |
|||
|
|