Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm searching for a free PDF Library (Java or C#) with which I can merge about thousand single PDF files into one and then create a linked table of content.

I already found some libraries on the internet. But don't know which one would be best for doing that...

share|improve this question
That's less of a library and more of application. There are free PDF libraries out there but you'll need to write the code to perform the merge as you have detailed. – Lazarus Jan 26 '11 at 12:00
1  
Have you seen all the free PDF libraries for C# that have already been suggested in the answers to related questions here on Stack Overflow? For example, will PDFsharp or iTextSharp not do what you want? – Cody Gray Jan 26 '11 at 12:01
I already thought of PDFsharp, but I didnt't find anything about linking. – Lord Flash Jan 26 '11 at 12:02
1  
ITextSharp can open existing pdfs, merge them and also add a table of contents. kuujinbo.info/cs/itext_toc.aspx for an example on how to do the bookmarks. Code might be outdated, but it should give you a good jumping off point. – DarkBobG Jan 26 '11 at 12:21
pdftk might just be the ticket – darkphoenix Feb 24 '11 at 11:53
show 1 more comment

3 Answers

up vote 2 down vote accepted

http://www.pdfsharp.com/PDFsharp/

share|improve this answer
PDFsharp doesn't support all flavours of PDF at the moment. It's been unable to do so for many years. Very disappointing because it's a great library. – Jelly Ama May 29 '12 at 12:20

Itext has a extensive mailing list and forums. You can access at http://www.itextpdf.com/

share|improve this answer
1  
However the OP asks for a free library and this is not free for commercial use. It is a good library however, so if the hit can be taken, itextpdf.com/terms-of-use/index.php for more info. – tigerswithguitars Feb 14 at 10:02

Docotic.Pdf library can be used to merge PDF files and create a TOC for them.

Here are samples for the task you described:

Disclaimer: I work for the company.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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