Question
Insert/Update Bookmarks with C#
I have created an Application in C# that creates a new PDF document and then goes through a list of supplied PDF documents and adds them to my new document one by one (combining them). I want to add a bookmark for each PDF i add to my combined PDF which has the title of the original document. I can't find how to do this in C#.
