Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Sabian_Zildjian@adobeforums.com #1
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
-
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... -
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? -
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... -
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... -
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... -
Leon_Bryant@adobeforums.com #2
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



Reply With Quote

