Click here to Skip to main content
15,898,920 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to merge a set of many PDF files into a single file. I currently have code that will combine pdf files, but it does not keep the bookmark structure the same way that "Combine supported files in Acrobat" does.
In other words, say I have three files called "A.pdf", "B.pdf", and "C.pdf", and each file contains two bookmarks called "Bkmrk 1" and "Bkmrk 2". I want to programatically combine these three files into a single file that has 9 bookmarks that look like the structure below:
SQL
A
    Bkmrk 1
    Bkmrk 2
B
    Bkmrk 1
    Bkmrk 2
C
    Bkmrk 1
    Bkmrk 2


I used pdfsharp to insert bookmark but there is no option to get bookmark (outline) of existing PDF files also want to get same bookmark heirarchy to create the bookmark structure on new merged PDF.

Any idea or suggestions would be greatly appreciated!
Posted
Updated 9-Aug-11 18:11pm
v3

1 solution

Odds are decent that the difference between the free libraries and the ones that cost money is support for things like what you want. Why else would some people pay for libraries ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900