Jump to specific bookmark upon opening PDF document

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

  1. #1

    Default Re: Jump to specific bookmark upon opening PDF document

    Here's the bone that you wanted thrown....Try using a "Named Destination" See the PDF Open Parameters documentation and/or Acrobat Help for more information on how to set this up.

    Sabian
    Sabian_Zildjian@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Set focus to document window / Bookmark extension
      Does anyone know of a way to set focus to a document window? I've written an extension for Dreamweaver coders. It saves the current...
    2. E-Mail specific page in a pdf document
      I have a 24 page document in Acrobat. You can print out specific pages, but can you e-mail specific pages?
    3. ID CS: Jump to a specific page?
      Is there a way to jump to a specific page in ID CS? You know, where you click a command or press a shortcut; a dialog box appears; you enter a...
    4. Opening Reader with the Bookmark Expanded
      I link to a "Tips and Tricks" .pdf file from a Web page (Internet Explorer). Ideally, it would be nice to have the "Bookmarks" tab expanded so users...
    5. Serious Problem: InDesign crashes EVERY time opening specific document.
      I'm currently using Adobe InDesign CS 3.0.1 and it tries to crash EVERY SINGLE TIME I open a specific InDesign file. Opening any other InDesign file...
  3. #2

    Default Re: Jump to specific bookmark upon opening PDF document

    Thanks, Sabian. I discovered this technique does not work with a "local" URL--using a hyperlink to open the document from a local network share.

    Acrobat SDK example:

    <http://example.org/doc.pdf#Chapter6> (where Chapter6 is a destination in the document)

    My approach:

    File:///\\server\share\mydocument.pdf#Chapter6 (this doesn't work)

    I will continue to work through the Developer SDK to become more familiar with the Acrobat object model, methods and properties with the idea of manipulating the Acrobat ActiveX component through VBA from within Miocrosoft Access. I'm thinking that's the best way, ultimately.
    Leon_Bryant@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