Named Destinations

I want to open an acorbat document to a specific page. I have found the following in the parameters for opeining a file. (Parameters for Opening PDF Files)
nameddest=destination
Specifies a named destination in the PDF document.
How do you create a nameddest? A bookmark does not work
I have the following. acrobat.exe /a "nameddest=basic" "C:\NFPA13.pdf"
The document opening but does not go to the bookmark "basic"
Thanks
Tim

A named destination is different than a bookmark. A bookmark may link to a named destination, but they are different things. To create a named destination, you'd set up the view (page number, zoom, etc.) and select: View > Navigation Panels > Destinations
Then click on the "Create new destination" button (little target + yellow star) in the upper-right of the Destinations pane. Then give it the name you want.
Edit: corrected typos

Similar Messages

  • Links to named destinations in IFRAME positioning the PDF a page and half past

    I created a PDF file w/ named destinations so that I can allow the Internet user w/ browser and Acrobat Reader plug-in to link to specific sections of the PDF. The zoom is set to Fit Horizontally, and the position is the top of the page in my example PDF. I used Acrobat Pro 8.1 to create the PDF.
    Problem is when trying to load the PDF into an IFRAME, displayed with the named destination using a tag like:
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1000#view=FitH&nameddest=Mission" target="myframe" >Click 1 </a>
    When clicking on the link to the named destination, the .pdf is loaded or reloaded into an IFRAME and the page with the named destination is usually correctly displayed. Only in IE 6,7,8 the pdf will frequently (about 1 out of 4 times) be positioned a page and a half past the named destination.  Clicking to a different link, and then back to the original link will usually reposition the PDF correctly. Chrome and Firefox always position the PDF exactly to the named destination.  I'd like to know how to create the named destination so that it will always be positioned correctly, or to use a different link that will always position correctly.  I'm using Reader 9.1.2
    HTML:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    </head>
    <body>
    <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1000#view=FitH&nameddest=Mission" target="myframe" >Click 1 </a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1100#view=FitH&nameddest=Highlights" target="myframe">Click 2 </a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1200#view=FitH&nameddest=Trustees" target="myframe">Click 3</a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1201#view=FitH&nameddest=Statement_of_Op erations" target="myframe">Click 4</a> <p>
    <a href="http://intranet" target="myframe">Click 5</a> <p>
    <iframe name="myframe" width="100%" height="800">
    </iframe>
    </body>
    </html>

    I'm working with Lyle on this, and I have done some additional testing.
    What I found is that the positioning for named destinations seems to work ok with IE8 when the html page and pdf file are located on one of our external web servers (rather than local intranet servers).
    I am wondering if this is due to the latency involved in downloading the file, allowing the DOM to register the plugin?
    I've posted a query at Microsoft's forum, but they are pointing me back to Adobe...saying they cannot know how the plugin handles rendering...even though I responded that it seems to work across the board with Firefox and Chrome.
    Here is my thread in the Microsoft forum.
    Erratic Behavior with PDF named destinations
    http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/4f6adaa2-de8f-47d6-b e4b-444edfdd26d7/

  • How do I link to a named destination from a c# application in this version of Reader?

    Just like the title says. I can link to named destinations in adobe reader desktop version with no problem, but that same syntax does not work in the touch version that comes from the windows store. I have found no documentation on the touch version. Please help.

    I doubt the Touch version offers an API, especially to non-Metro apps.

  • Pdfmark code in MS Word 2008 doc doesn't seem to work properly to create Named Destination

    Hi all,
    I've been having trouble with creating Preview-compatible Named Destinations in Acrobat 9.x (see http://forums.adobe.com/thread/770470?tstart=0).  Distiller, on the other hand, appears to create compatible Destinations, so as a last-ditch effort, I tried to go back to my original source file (Microsoft Word 2008 document) to use Distiller's pdfmark functionality, to see if maybe I could finally get a PDF with Preview-compatible Destinations.
    Following instructions found elsewhere on this forum, I went into Word and inserted the following field into a test location in my document:
    PRINT "[ /Dest /testdest /View [ /XYZ null null null ] /DEST pdfmark"
    This field code is supposed to then cause a pdfmark to be inserted into the resulting PostScript and/or PDF files.  Distiller is supposed to understand this and turn it into a Named Destination called "testdest."  However, it doesn't seem to work - I don't see the pdfmark code in the PS file, and the PDF file doesn't have any Named Destinations in it.
    I'm using Acrobat 9.x on Mac OS X 10.6.5, so I tried this two different ways:
    1) Using the "Print to Adobe PDF" workflow (which replaced the "Adobe PDF Printer" from previous OS/Acrobat versions) - this automatically generates a PDF via (presumably) an API call to Distiller... and
    2) Using the "Print to Postscript" workflow to generate a PS file, which I then ran through Adobe Distiller.
    In neither case did I end up with a named destination in the PDF file, as I was supposed to.  In case #2, even the Postscript file didn't have a pdfmark embedded in it.  Thus, I'm assuming that perhaps this is particular issue may be a problem with MS Word 2008 rather than with Acrobat... but I'm hoping someone might have a clue as to how to fix it.
    I welcome ideas on how to get Word 2008 to properly output pdfmark code, so that Distiller will pick it up and properly embed a Named Destination into the PDF...
    Thanks in advance.
    (If anyone has ideas about the Preview-compatible problem, linked above, that would also be great!)

    You're suggesting that it was never fixed from Word 2004 to 2008?  Possibly.  I wonder if it's fixed in Word 2011?  Anyone know?  But is it really a Word problem, rather than a Distiller issue?
    I appreciate your offer, though I do have access to Word on Windows (2003, I think), so I could try Distilling there... I only worry about formatting, since there are minor differences (e.g. font kerning, etc.) between Mac and Windows that are subtle, but sufficient to create formatting issues for very long documents (e.g. pushing figures onto the wrong pages, etc.).  That would be a rather big problem.
    The question remains whether this is an issue with Word or Distiller, though... and whether it's fixed in Distiller X and/or Word 2011.
    Adobe, care to comment?
    I'd really love to find a proper Mac solution, if one exists... it would be rather a slap to Mac users if a solution doesn't exist.

  • How can I jump to a named destination?

    I have separate Framemaker files for sections for which I specified a named destination at title. These sections are imported by reference into chapters of a number of books. Within the book I want to jump for example from chapter 2 to a section in chapter 3. Normally I would use a cross reference, but that does not work with an imported file. I tried to do this with a named destination, but it seems that Framemaker cannot jump from one chapter to another using a named destination. Does anyone know how I can jump from one chapter to imported file in another chapter?
    See attached structure drawing: Named destination problem.ppt

    Am 24.09.2009 um 13:19 schrieb JeroenW5:
    It was helpfull but it does not solve my problem. The gotolink 
    command is also in an imported file. I have all sections in separate 
    files that are reused accross several books.
    So the gotolink I have is for example from the file section 1 to the 
    file section 2. With the command gotolink section1.fm:destination1 
    it work when I open the file Section1, but it does not work in the 
    book where the file section 1 is imported in chapter 1 and the file 
    section 2 is imported in chapter 2.
    When I setup the command for the book gotolink 
    chapter2.fm:destination1 it works in book 1, but not in book 2, 
    because it has a different filename for chapter 2 or the section 
    with the named destination might be in another chapter.
    Okay, I should have looked at the PPT. But I understand that you are 
    working with "text insets".
    When you import some text into another document "by reference" the 
    text is nevertheless completely copied into the (I call it) container 
    document — other wise FrameMaker would have a hard time getting the 
    formatting and numbering right.
    But, the target file name has changed and I know of no way to have 
    that fixed automatically by FrameMaker.
    In a similar setup I created a FrameScript script program, which 
    checked all cross-references and changed the target file name to that 
    of the container file.
    - Michael

  • Prevent document name from appearing in named destinations?

    Is there a way to prevent the InDesign document name from appearing as part of the named destinations that get automatically generated when exporting to PDF?
    For example, I add a text anchor named "Help" to a particular heading in an InDesign document; I want a named destination in the exported PDF file that is simply named "Help" but instead the named destination in the PDF appears in this format:
         InDesignDocumentName.indd:Help
    (I understand I can modify the named destination in the PDF file, but that solution won't work for what I need to do.)
    I am using CS5 and Acrobat X Pro.
    Thanks in advance,
    Jason Nichols

    Links can have destinations to more than one document, therefore the  Destination name: will need to declare what document it is referencing, even if only one doc is used.
    However on the mac I was able to save a document with just a space, and no file extension. In the PDF for the link properties and destination name I see this: Destination name: :Help

  • How to add named destination while exporting ms word to pdf that will support in adobe reader 10 and 11

    Hi,
    I need to add named destination in pdf when ms word is exporting to pdf  that will support named destination in adobe reader 10 and 11.
    I tried with options create bookmarks as word bookmarks but that also not supporting in adobe reader 10/11.
    Please let me know how we can create bookmarks while exporting MS word to PDF.
    And when we are opening pdf in IE with search parameter,its always opening PDF with 2 document on left serach panel.
    Suneetika

    Might be better to post this in the Acrobat or Indesign forums.

  • Named destination not working in Firefox 3.6.3, other browsers are ok

    I've added several named destinations to a PDF.  Links to the named destinations within the PDF are working correctly in IE8, Safari and Chrome, but not Firefox 3.6.3.  (PC/Windows 7)
    With Firefox all the links to named destinations take you to the first page of the PDF instead of to the named destination within the PDF. I've tried changing the format of the links (a href="http://www.anysite.com/mypdf.pdf#location1") instead of (a href="http://www.anysite.com/mypdf.pdf#nameddest=location1").  No success with Firefox.  Other browsers are fine.
    I'd be interested if anyone else has had a similar issue and whether there are any successful workarounds/solutions.
    Thanks a bunch.

    The PDF contaning the named destinations was created with Acrobat 9.3.2 Professional.
    Since the links to the named destinations are working fine with IE, Chrome and Safari, I'd tend to think this is a Firefox issue, but welcome other ideas.

  • Named destinations within a file on a network

    Is it possible for a PDF document to reference a specific destination page within another PDF file stored on a network? I'm familiar with the mechanism to do this in an html reference to a server file (#page=7 or #nameddest=), but it doesn't seem to function within a network.
    Thanks in advance,
    Cliff Ober

    Cliff,
    I would say no. Adobe's "Parameters for Opening PDF Files" says "You can open a PDF document with a command or URL that specifies exactly what to display (a named destination or specific page)..."
    The key here is it is via command or a URL. PDF-to-PDF links in a network setting don't fit into either picture.
    --GMc

  • CFDocument and PDF Named Destinations

    In essence I am building a single merged document (PDF)
    combining a single HTML document and n number of names from a SQL
    database. My plan is to use CFDocument to create a complete page
    set for each individual in the database and tack it on to the end
    of the PDF.
    As I process each individual I would like to insert a Named
    Destination in the PDF for that person at the beginning of their
    Page Set. Does anyone know how this can be done? Your help is
    greatly appreciated.
    Would it be better to use CFReport for this merge process?
    Can you add a Named Destination in CFReport generated PDF?

    Functionally, it appears that processing the allowed PDF parameters after opening a PDF involves (1) open the PDF then (2) process the parameter or parameters.
    Once the target PDF is "open" a second pass that attempts to process a parameter or parameters, on the now open PDF seem to not "take".
    So, typically, after open-process parameter(s) happens the PDF has to be backed out of. Then the same PDF can be "opened" again followed by processing of the parameter(s).
    If not already in hand, here's the reference document.
    Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf
    Be well...

  • Having trouble getting named destinations to work

    I have been trying to add named destinations to a PDF so that I can navigate a viewer to a particular place in a document via a URL such as http://mysite.com/mypdf.pdf#nameddest=blah.
    This is not working at all. The URL simply brings them to the beginning of the document. The named destinations feature of Acrobat is really not very complicated. My named destination is clearly there in the document. What could be preventing this from working?
    Thanks

    The embed code looks right. It must be something wrong with your JS/CSS on the page. Almost seems like you have something transparent on top of the form or something. I'm not a JS/CSS/HTML expert so I can't help anymore than that...
    Randy

  • Linking to Named Destinations

    Hi All
    I have been trying to link from a web page to a "named destination" inside a .pdf document, using a URL like: www.webPageName/docName.pdf#namedDestination
    The problem that I am having is that the link works the first time it is followed, but if the user scrolls to another page in the .pdf file, then follows the link again, the latest view is remembered rather than going to the named destination.
    Has anyone had any experience with this or any ideas how to get to the named destination each time?
    Thanks in advance
    Geof

    Hi,Geof.
    See http://www.adobeforums.com/webx/.3bc5423d/32, "Linking to within a PDF using named destinations." Many issues and tips are discussed in that thread.
    To your particular question, you do not say which vers. of Acrobat you have. As you will find when you check the above link, named destinations do not work in Acrobat 7. So, if you have that vers., you will need to upgrade. Another simple tip that is also mentioned in the other thread is that you need to make sure that your Web Browser option is set to display the PDF in the browser.
    Hope the thread above answers your questions. --GMc

  • FrameMaker produces named destinations with random names

    Hi all,
    when I save a FM-document as PDF, the named destinations do not resemble the element IDs. Rather, the names of the destinations seem to be random numericals. This makes it impossible to link to the PDF from external HTML-documents without manually adjusting the links after each PDF-production.
    Is there a way to control the names of the desitnations through output options etc.? This is a production from DITA/XML using Framemaker 7.2 and the DITA OT. Therefore we cannot just add markers in the Framemaker documents because these are generated new during each production run.

    Robert,
    Unless you modify your procedure to insert markers, you're going to be out of luck. The only way to get FM to insert a destination that you can explicitly name and find is to use the newlink marker. You also need to be aware that FM will prepend some code characters to this as well depending upon whether the PDF is generated from a book or a standalone file.
    Shlomo Perets' Timesavers tool gives you more control over inserting the named destinations. See http://www.microtype.com

  • Getting Named Destinations

    I am trying to display named destination in my code using this code,
    PDNameTree pdNT = PDDocGetNameTree( pdDoc, ASAtomFromString( "Dests" ) );
    I am able to take name tree object from pdf document.
    But, I want to display each named destination.
    Please help me to take each named destination.
    Thank You,

    Thanks for your response.
    I am able to get named destination for Links and Bookmarks using PdViewDest.
    But my requirement is, I will create named destinations for all the pages manually.
    When I open particular file, I want to get each named destination name and page number for that document, not for bookmarks or links.
    I am taking CosDoc for that active document.
    CosDoc cosDoc = PDDocGetCosDoc(pdDoc);
    CosObj cosObj = CosDocGetRoot (cosDoc);
    CosObj cosdest = CosDictGet(cosObj, ASAtomFromString("Names"));
    After this how you want me to proceed. Please help me to solve this issue.
    Thank you,

  • Bookmarks, named destinations and how to "robust" link to PDF from HTML?

    I need a way to link to topics (from an HTML page) within a structured PDF file generated from InDesign, i.e. one that has an interactive bookmarks
    panel, that doesn't break the links when the file is updated.
    In particular, I don't want to refer to:
    *  page numbers because the document will repaginate when it is updated, breaking existing links
    * named destinations that are numeric as addition/deletion of topics renumbers the named destinations, breaking the links.
    Is there any option in InDesign that creates named destinations derived from bookmark titles as that would seem to solve my problem?

    I did some more trials, and here is where I am at:
    As page-break-after:always; was ignored by PDFGenerator, I used a hack: I wrapped my pages inside div's which have the height of the page, and this seems to work. In addition I had to edit my CSS, and remove the  @media print wrapper around my print specific CSS parts, to get my print media specific formatting inside HTML to the PDF page.
    I do not consider this a solution, but more of a hack - but it might work for what we are doing, and maybe it works for somebody else.
    But what I am actually trying to do is the following:
    We have a systems which creates reports in HTML which can be viewed in a browser, and printed from the browser, now we try to use PDFGenerator, to generate reports in PDF, with a minimal effort ( I know this is a the wrong way arround, HTML is not a language targeted at creating printable reports, but that's what we are doing now, and I think many other people are in the same boat)
    Still if anybody has a better solution, please chime in, or tell me why the hack I did is a real bad idea  - any feedback is welcome
    Thomas

  • How to generate "named destinations" in PDF

    When generating a PDF, how can I get "named destinations" in
    my PDF so I can created hyptertext links to it?
    1. question:
    I produce several PDFs files, which have links to chapters in
    the other PDF. To directly jump to such a chapter, one can use
    named destinations in the PDF. How can I tell RoboHelp to produce
    them?
    2. question:
    If there is an answer to q1, is that also possible in this
    way: I need to generate a Word document first, because I need to do
    some manual adjustments. Then I generate a PDF from this Word
    document. Going this way, I finally also want to have named
    destinations in the PDF. Is that possible?
    Any help appreciated a lot, thank you.
    Kind regrads
    Joerg

    Hi,
    You can insert dynamic barcodes into your form using LC Designer. 
    You should do a search here as dynamic barcodes has been covered by by Steve Walker in detail. For example:
    BARCODE 128 - possibility of binding 2 data fields to the barcode
    Paperforms barcodes
    Using Barcode in Acroforms
    However one thing to bear in mind is that dynamic barcodes will not work in Reader unless the form has been Reader enabled using LC Reader Extensions ES2, which is a server product. Option 4 in this summary:
    Good luck,
    Niall
    Assure Dynamics

Maybe you are looking for