CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2005
    Posts
    6

    How to retrieve PDF bookmarks from pdf file?

    I need to retrieve all bookmarks structure from different pdf documents using only native VS2003 and Framework.net 1.1 methods and classes....
    Please, help me to find some compatible functions!!!

  2. #2
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: How to retrieve PDF bookmarks from pdf file?

    There's nothing in the ordinary SDK to help you with this. You'll have to seek out the PDF managed SDK (if one exists - if not a COM SDK will do) at the adobe website.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured