Skip to main content
August 24, 2016
Question

Insert/Update Bookmarks with C#

  • August 24, 2016
  • 1 reply
  • 671 views

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#.

This topic has been closed for replies.

1 reply

August 24, 2016

Note i saw this post (How to access bookmarks using C# ) but it wasn't helpful as the sample code provided doesn't work and it doesn't show how to set the bookmarks.

Legend
August 24, 2016

What version of Acrobat Pro do you have? Have you installed the SDK for that version? You will need to study the SDK not copy sample code. C# is quite tricky because the interfaces are made for VB. Is this for a server by the way?