Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use Acrobat 7 Standard and Adobe Acrobat SDK 7.0.5. How can I extract the Bookmarks Root and children from a PDF file? Also, how can I read the title of a bookmark and the page number of the bookmark? Please help. C# or VB6 code is preferred.

Best regards!
Bob
Posted
Updated 14-Feb-10 5:46am
v2

1 solution

The RubyPDF Blog[^] contains an assortment of free utilities for manipulating pdf files:

pdf cropper to remove white margins
BookmarkExtractor to extract all bookmarks from a pdf file
PDF2PPT converts a pdf to a PowerPoint file
Pdfrotate rotates every page a chosen multiple of 90°
pdfselect extracts pages, splits a pdf or reverses it
PDF N-UP Maker builds a n-up pdf or booklet
A summary of some resources available online for programming in C# to produce software that will read data from files stored in Adobe portable document format (pdf)[^]
 
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