Definition of a bookmark destination


Hi all, I need help define a destination of pdf bookmark to open a file contained in the same PDF as an attachment. I see only one way it to point to an external file to the document. Thank you!

To create a link to an attachment not PDF you can use a script like this:

this.exportDataObject ({cName: "MyFile.doc", nLaunch: 2});

Tags: Acrobat

Similar Questions

  • Interaction between the expansion of the initial view & bookmark Destination

    I use Adobe Acrobat X.

    I understand that the definition of the destination of a bookmark also sets the magnification of the view. Apparently, it's always the case, and that doesn't seem right to me.

    Suppose that all I want is for each bookmark to take the reader to a particular page, and I don't want the expansion of any different view of enlargement that the player is currently using. For example, I set the initial view, magnification by default when you create the PDF file. How can ensure me that the reader will not deal with a different point of view magnification when you click on a bookmark and be redirected to the page?

    Select the existing action "go to a page in this document", as you did in the 3rd and 4th example you view and click the button change, and you should see where you can select "Inherit Zoom" for the zoom setting.

    Edit: I see that you found.

  • Definition of Audio Output Destination

    Hello

    I use a Windows 7, 64-bit machine, and a MS Headset for my records.  In Adobe, everything is recording and works well except...    Helmet records very well but I can not understand how to read in the helmet, he always goes to the computer's speakers.  I'm guessing that this isn't a matter of Captivate, but I'm not sure.  The headphones speakers work very well outside Captivate.  Thoughts?

    Oh and I look at the post of NSAudio but this does not seem to apply to captivate 5.5.

    Please post ideas.

    Thank you!

    Hi, Eddie

    In Win 7 64 bit, go to control panel > hardware and sound > Sound > manage audio devices

    From the reading tab, make sure that your headset phones are selected as "Default device"

    While there, you might see the tab as well check just to make sure that your headset is listed, etc..

    From your post, it seems that the recording part of the headset microphone works OK. Let us know if that helps.

    John Daigle

    Adobe Certified RoboHelp and Captivate instructor

    Evergreen, Colorado

    www.showmethedemo.com

  • Bookmark > 'Set the Destination' item missing

    HY!

    I want to change point bookmark destination to another page but "Set Destination" missing element, appear in the place 'Delete Page '.

    "Excerpt from Page"...

    http://img827.imageshack.us/img827/213/lc2z.jpg

    Where point "Set Destination" disappeared?

    I use IX Acrobat pro.

    This means that the file has been created by combining other files into a single PDF file.

  • How can I exclude a level for the table of contents, but this amount as a bookmark?

    I know how to exclude a level for the table of contents (or rather include only levels I want to be included) and also how to create bookmarks from the table of contents entries, but how can I exclude a level for the table of contents, but always include it as a bookmark?

    Make 2 toc styles. One for the entries in the Bookmarks panel, you can generate a table of contents on the side of any page, and you must score in its definition to create bookmarks and other things that you use to build the table of contents for the visible part of your document to print. This should have unchecked the option create a bookmark in its definition.

  • I see this symbol in InCopy and don't know what it is.

    Screen shot 2015-01-09 at 10.21.22 AM.png

    They appear to be placed randomly and with no logic to the placement.

    Hi Kurt,.

    This symbol indicates a bookmark destination or a hyperlink, I would say probably a destination of the hyperlink. Open your hyperlinks in InCopy and you will probably see active hyperlinks.

  • Interactive InDesign PDF - button action that goes to the content page?

    Noticed that in interactive PDF files, there is no "Go to page" action that works with PDF files.

    You have to 'Go to the first Page' or 'Go to Destination '. My content is on page 2, which excludes the first variant. So I stayed with alternative to, go to destination. However, when, as I'm operator exploiting the capabilities of bookmark-creation of Table of contents, the table of contents is never included as a bookmark destination, you can go to.

    I'm missing a checkbox indicating "include content in bookmarks.

    I can manually create the bookmark, it gets a sign of the anchor next to him in the Bookmarks panel. What is the right way to do it? What is an anchor sign?

    Thank you

    / Jason

    How would InDesign know which page is the "content"?

    What you have in general is to make an interactive pdf

    On the first Page. Previous page | Next page | Go to last Page

    And these are ideal if you create icons in that order.

    But the software was never developed to allow the user to "go to the specific Page.

    The only way you make is with bookmarks and add a 'Go to Destination '.

    I see this as a limitation in the software - or rather - poorly implemented feature.

    If you're in Acrobat, you add this feature- or maybe some clever writer has a way to add this feature in a script and applying the button go to the Page on the fly while making the PDF file.

    But for now-, the only way I can see to do this is with the 'Go To Destination.

  • How to control the Destinations named in bookmarks?

    With the help of Frame 8, Acrobat X Pro.

    "' In the generated pdf, the issuance of bookmark properties we" execute a menu item "and"Use named Destination", for example G1.1007744. If I choose Browse, a long list of destinations is provided, but I have no idea

    -what they mean;

    -How can I adjust;

    -If I can add a few.

    Can you help me?

    Where can I find more information on the Destinations named in a pdf document?

    Thanks in advance for your help,

    Theresa

    See here:

    http://help.Adobe.com/en_US/Acrobat/Pro/using/WS58a04a822e3e50102bd615109794195ff-7cb8.w.h tml

  • Create bookmark and set the Page Destination Script

    Greetings,

    I created a batch Script that will create children bookmarks and set the destination page.

    Bookmarks are listed in the script in the order in which they appear in ascending order.  (for example, Name1, name2, Name3, name4)

    However, once the script is run, the bookmarks are inserted in descending order. for example (Name3, name4, Name1, name2).

    Can someone advise please how do I get the script to create bookmarks in ascending order, as noted in the script?

    var bm =
    this.bookmarkRoot.createChild ("Name1", "this.pageNum = 0");
    this.bookmarkRoot.createChild ("Name2", "this.pageNum = 1");
    this.bookmarkRoot.createChild ("Name3", "this.pageNum = 2");
    this.bookmarkRoot.createChild ("Conjoint4", "this.pageNum = 3");

    var bm = this.bookmarkRoot.children [0];

    BM. Color = color.red;

    The script should also be changed to all bookmarks in red color.  The script for color bookmarks only works on the first bookmark.  Any intervention on changing the script for this would be most appreciated as well?

    Thank you.

    Use something like this:

    var bm;

    this.bookmarkRoot.createChild ("Bill Smith","this.pageNum = 0", 0);

    BM = this.bookmarkRoot.children [0];

    BM. Color = color.red;

    this.bookmarkRoot.createChild ("David Smith", "this.pageNum = 1", 1 ");

    BM = this.bookmarkRoot.children [1];

    BM. Color = color.red;

  • Disable the use of break out definition to determine and verify the delivery Destination

    Hello

    I want to burst with email delivery channel report, but it's "use break-up box to output Coachman determined definition and place of delivery is disable/invisible, don't know, where I am doing wrong, please help me.

    Set query data

    SELECT EmpNo,

    Ename,

    SAL

    OF my_emp

    Application of bursting

    SELECT empno AS KEY,

    'burst_emp_sal' AS TEMPLATE,

    'en-US' AS LOCAL.

    'PDF' AS OUTPUT_FORMAT,

    "E-MAIL" AS DEL_CHANNEL,

    Email AS "Parameter1",

    e-mail1 AS parameter3,

    "Salary slip" parameter4.

    'Salvation'. Ename | "Please find enclosed." AS PARAMETER5,.

    'true' AS PARAMETER6

    WCP

    I'm following links below

    Addition of the definitions of break

    Creating report jobs

    How burst and deliver enterprise BI Publisher Documents. STR software

    Version: Oracle BI Publisher 11.1.1.6.0

    Recommendation:

    Make sure that there is no error in your query of rupture.

    Create model manually based on xml RTF and download it. so break out your report.

  • When you print a book in PDF, bookmark definitions are not saved

    I remember seeing another post on this subject and I can't find it now, but none of the solutions mentioned he worked for me, so this is:

    I'm working on a migrated book of FM 9 to 11 of the FM, and when I print to PDF, I specify bookmarks I want to display in the tab favourites of the dialog Configuration of PDF for the selected files . The PDF file prints fine, but when I want to print the book once again, FM does not remember my settings, forcing me to set bookmarks from scratch every time. This has proved quite painful because I'm working with an old book in which the styles are not intiutive, so try to remember all of them each time is not the best of pleasure. When I print a single file in the book, the settings are saved correctly.

    In the previous post, I remember reading that it was a bug in FM and try the following suggested solutions (of which none worked): switch mode structured; Save the position desired in a single file in the book, printing the document and then print the book (had to train FM Recalling settings for the whole book); except the right to book after it prints; Select all the files in the book and record in PDF format, as opposed to the selection of the book, and then file > Save as PDF.

    I would be happy to know if anyone has any ideas or if Adobe is planning to release a patch for this problem.

    It is my understanding that FrameMaker uses the setting stored in the first document in the book when creating a PDF of a book. Then, open the first file in the book and make a PDF, defining your bookmarks you want for the whole book. Then, create the PDF of the book. Check the settings before clicking Print to make sure that they are what you want. You may need to make some changes, but to remember them the next time.

    I work with FM 9, so this may not be relevant for FM11. I felt it necessary to open the PDF Setup dialog box every time I make a PDF of a book and click on save/OK/whatever, to make sure that the bookmarks are created correctly. The settings are still correct, no change is necessary; but I think it is necessary to open the dialog box and close it to get updated bookmarks indented correctly in the PDF file. It may have been fixed in FM11.

    Van

  • How remove the destination of the hyperlink does not exist?

    New to Indesign.

    I need to use the text of the header "White" as the destination hyperlink and I want the name of the destination of the hyperlink to be the same as the text.

    When I try, I get:

    BLANKOFF.PNG

    Yet, it seems to be NO Hypertext definition already in existence by this name. See:

    hyperoptions-01.png

    Now... I've been dinking autour herein for hours, create and delete Hypertext destinations, making bookmarks, try text variables, etc.

    I fear that all this back may have screwed up my file (s) and now I have some hypertext ghost, hidden destination I can not find and so is indelible.

    This is an excellent suggestion and I tried, but the Destination of the hyperlink undeletable survived.

    And still don't appear in the list of already defined hyperlink Destinations:

    Then, I started to eliminate layers and try again set a new Destination of the hyperlink by using the name of 'White White' which was taken somehow, every time I want to delete a whole.

    After nixing a few layers, I was actually able to reuse the 'white white '. I kept him going.

    Once I knew the affected layer, I then reduces to the object responsible for text. Guess who it was...

    Yes, the header "White" itself.

    Apparently I had used the same exact text to define two hyperlink Destinations, and in this case the Destination of the hyperlink named "white" doesn't appear in the Options of Destination of Hyperlink dialog.

    Had to remove the text touched, then re - type and redefine my Destination of the hyperlink.

    geeze...

    Steve, thanks for your help, if!

  • How do he do when I create a bookmark stored immediately in "Bookmark Toolbar" rather than "Unsorted Bookmarks"?

    Whenever I have create a bookmark, it stores in "Unsorted Bookmarks" and not on my toolbar. How can I change that so I don't have to do it manually for each bookmark? Thank you!

    Hi, if you click once on the star, the bookmark will automatically Unsorted Bookmarks. But if you want the bookmark to go to a different as the Favorites bar destination, you must click on the star twice, and then in the dialog box, use the up arrow, down to the far right, to choose your destination > fact.

    The following can also be useful - create bookmarks to save your favorite Web pages.

    If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

  • Bookmark

    Hello, when I bookmark on a page he bookmarkes in slot bookmark unsorted. I have to go to point culminating the history file that all bookmarks then send it to the location of the main bookmark.
    He never used to do this. Are there and where do I go to change this option, so when I save it'll just go to the location of the bookmark.

    Thank you
    John

    Hi, if you click once on the star, the bookmark will be Unsorted Bookmarks. But if you want the bookmark to go to a different destination, you must click on the star twice, and then in the dialog box, use the up arrow, down to the far right, to select a destination > fact.

    The following can also be useful - create bookmarks to save your favorite Web pages.

    If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

  • I bookmarked to a page but where at - it go? It is not in my list.

    The 'star' the fly over, but when I open Favorites, the page that I tried to save is not there. I don't want to have to type in the address bar.

    Hi, have you looked into Unsorted Bookmarks? Note that if you want to choose another destination, please click on the bookmarks star twice, and then click one of the small arrows to select the Menu/toolbar bookmarks.

    Hope that will help you.

Maybe you are looking for