Getting Bookmark destination information using IAC application

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Getting Bookmark destination information using IAC application

    Hi,
    we are developing an application in that we are opening pdf file in an user application window(not in acrobat or reader)but we want to use acrobat sdk only, and in the opened file when the user clicks on a bookmark or link, we to get the destination information.

    Actualy from IAC samples we got sample code (ActiveViewVC) we are able to open the pdf file in an external window, now we want to get destination information when the user clicks on a bookmark or link. Is it possible to do using IAC(using either C++ or C# ), if so, how to do it?

    Any help would be highly appreciated.

    thank you
    palaksha@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Merging a PDF with bookmark as a child of a bookmark node
      I have already developed a plugin that merges several PDF's and generates bookmarks But there is one issue If a PDF already has bookmarks, I dont...
    2. How to Bookmark in Flash Application
      :cool; hi iam new to actionscript ... and our team developing lms using flash ... pls help me how to book mark the flash content inside flash...
    3. Not ALL file information with the Shell.Application object in ASP
      The code below works fine on several Windows (2003/XP) IIS servers and shows all available file information of the images folder below the currect...
    4. DDE destination in formless VB6 ActiveX DLL IIS Application
      Hello, I need to create a DDE destination in a VB6 ActiveX DLL "IIS Application" project. In a VB6 "Standard Exe" project, I'd just add a...
    5. Help Please -Bookmark help - File Name= Bookmark
      Is there a way in Acrobat to import multiple .pdf files and have each files file name show up as a bookmark?
  3. #2

    Default Re: Getting Bookmark destination information using IAC application

    There is no API to "hook" when the user clicks on the bookmarks on links at the IAC level. Yo would need to develop a custom plugin for Acrobat - and then it could send your app the information...
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Getting Bookmark destination information using IAC application

    Means without acrobat window we cannot able to get destination inforamtion for mouse click action on link or bookmark?
    palaksha@adobeforums.com Guest

  5. #4

    Default Re: Getting Bookmark destination information using IAC application

    Rosenthol:
    Can i use a mouse hook to get the user click message on Adobe Reader window and pop up my menu?
    After user selected the menu I will do my operation.
    I don't know whether Adobe would permit this operation?
    NoSmoking@adobeforums.com Guest

  6. #5

    Default Re: Getting Bookmark destination information using IAC application

    If yo8u are using standard OS features (like API hooking), then sure - you can certainly do that...
    Leonard_Rosenthol@adobeforums.com Guest

  7. #6

    Default Re: Getting Bookmark destination information using IAC application

    Yes,I 'm using API hooking.
    Thanks
    NoSmoking@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139