Linking to a bookmark in a PDF File

Hello All,
In our Web project, we have a .PDF which opens when the user
clicks on the appropriate link. Is it possible to modify the link
so the PDF opens at a specific location. For other purposes, we
have inserted bookmarks in the PDF using Adobe 7.0 Professional.
I suspect, although not sure, we could have the RoboHelp link
point to a Redirect topic. However, I am not sure if we could
insert a Shortcut control and have it function in a Web Help
format. If not, what other alternatives are available. If a
Shortcut control is possible how do I identify the PDF bookmark in
the Program Parameters.
Cheers,
CRO

I tried the Google search and a lot of other things. No
complete success, but . . .
RoboHelp for Word will reliably generate a link to a pdf file
that opens the file at the top (ditto Robohelp for HTML). I.e., the
source .doc has
mytext!JumpHtml('C:/aFile.pdf')
in it. Then if you create a WebHelp file, the .htm file has
<a href="C:/aFile.pdf">mytext</a>
in it. It works. However, Robohelp does not seem to offer the
ability to specify a nameddest, i.e., a defined place anywhere in
the .pdf. You can type a nameddest into the souce .doc, i.e.,
selText!JumpHtml('C:/aFile.pdf#nameddest=sheep')
but then the WebHelp .htm has no corresponding href in it at
all. (But it works for WinHelp output, see below.) If you don't put
the nameddest in the source .doc, and instead yourself insert it
into the output WebHelp .htm, i.e.:
<a
href="C:/aFile.pdf#nameddest=sheep">selText</a>
then naturally it works. The runtime hotlink jumps to the
desired place inside the .pdf. So, there's one way to do it.
However, having to hand enter the link in the .htm is suboptimal -
RoboHelp *should* automate it.
One wrinkle is, if you hand enter the nameddest in the source
.doc, and then generate a WinHelp output (instead of WebHelp), that
seems to work as desired, provided you include the .pdf in the
baggage files and enable the special included .dll. So there's a
WinHelp solution that at least lets you enter the nameddest in the
source file, but it doesn't work for WebHelp. That difference makes
me think I'm missing some setup parameter.

Similar Messages

  • Expand/Collapse all the Bookmarks in a PDF file

    Hi,
    This is my first message on the board :-)
    I work with very large PDF files (i.e 2000 pages, 700 bookmarks on 5 or 6 levels!) and I'm looking for a script (Acrobat 9 Pro) allowing to expand/collapse all the bookmarks in a PDF file.
    Thanks in advance for your valuable help,
    Cheers
    Antonella

    The Acrobat Javascript Scripting reference (http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJS.pdf) describes how to use scripting to access bookmarks and how to open and close them, which is what you're looking for.
    I suggest you read the reference and make a function that will do the job for you.
    That's the way I would do it.
    I don't think you can access the keyboard shortcuts "/" and "Shift + *" via scripting.
    Torben.

  • What is the proper HTML code for I linking to a destination in a .pdf file in firefox?

    If I create an HTML link to a destination within a .PDF file, it works fine in IE but not in Firefox. The code I use is this:
    <a href="website/pdf-file.pdf#destination-name>

    Cool. Thanks to you both.
    I vaguely recall doing a "chmod 700" on my previous machine. Those strict permissions survived the migration to this one it seems. "chmod 755" will be fine now. I wanted to know what the default was. Now I do Thank you!
    Here is a quote from the Wikipedia entry on Filesystem_permissions:
    <it>"The execute permission, which grants the ability to execute a file. This permission must be set for executable binaries (for example, a compiled c++ program) or shell scripts (for example, a Perl program) in order to allow the operating system to run them. When set for a directory, this permission grants the ability to traverse its tree in order to access files or subdirectories, but not see files inside the directory (unless read is set)."</it>

  • Open bookmark in a pdf file with word2007

    Hi,
    i have a question very important for my work: i have a pdf file of 200 pages with a lot of bookmarks.
    I need to create in a document (word 2007) a link not to pdf file (very simple) but to a single bookmarks: Someone can help me?
    I work with Acrobat 9.0.
    Thanks a lot
    Giuseppe Colace

    Use the forum for InDesign or Acrobat.

  • How to find broken links or cross-references in a PDF file?

    Hi,
    Recently I have been trying to figure out if there is a way to find out any broken link(s) in a PDF file. I'm aware that in FrameMaker we can search for Unresolved Cross-references and fix them, but is there such feature in Acrobat?
    Any suggestions on this would be highly appreciated.
    Thanks.

    There's nothing in Acrobat itself, but there are 3rd-party program plug-ins that do the job.  I use 'Autobookmark' (http://www.evermap.com/autobookmark.asp) which does a very good job of finding and marking broken links and allows keyboard-entry editing without having to re-browse the link if you already know the correct path.  It also facilitates a lot of other useful functions that Acrobat makes rather tedious (like changing the zoom setting on all links or bookmarks).

  • How to link to a page inside a PDF file?

    PDF users,
    I can link to a PDF file from a web page, for example, with the <a href> tag. Is there a way to link to somewhere inside the PDF file, for example to a page number or a heading title?
    Yours,
    Michael F
    ========

    Hi,
    I lost track of this note but I need to revisit the nameddest option.  I can get the page option to work but would like to link to chapter headings to avoid having to adjust the page options whenever the page count changes.
    I am using Acrobat XI and generate PDF bookmarks from Framemaker 12. The file opens with the bookmark panel to the left and content to the right. I don't see the Named Destination panel that you mentioned. On the left there are icons for page thumbnails, bookmarks, attachments, and signatures.
    I display the bookmarks panel and adjust the content of the bookmark labels as needed. With the right click menu, I use Set Destination to adjust the part of the page that displays at the top of the panel.
    Now could you tell me exactly how this nameddest option works?
    For example, I have a PDF file with "2: Introduction": as the bookmark that opens to the first page of chapter 2, which is on page 21.  The link in the web page is:
    <p>For an introduction, refer to <a href="docs/93-0967-0.pdf" target="_blank">chapter 2</a>
    What do I need to do to make the link go to that chapter?
    Yours,
    Michael F
    ========

  • No link after exporting Crystal report as pdf file

    Hello,
              If my Crystal Report contain link to the .avi file saved on the local hard disk and if I export the Report as .pdf file, pdf file does not contain that link. Why?
    The overall scenario is like-
    My application fires a query on SQL Server database and result of that query is stored in a Dataset. This dataset is set as a datasource to the Crystal report.  Now some, records (returned by the query) have .avi files(i.e. Event Videos which are stored on the local hard disk) associated with them. I have stored these .avi files in a specific path on local Hard disk say "C:/EventVideos/*.avi" .   I used a special format in these avi files name. (like - "EventVideo_1.avi" (This is for 1st event), "EventVideo_5.avi" (This is for 5th event)etc. to identify which avi is for which event. All events do not have avi files associated with them)
          Now, I take one object in crystal report. Using it's Format editor created a formula for hyperlink as -
          "file:///c:/EventVideos/EventVideo_" + {DataTable1.EventID} + ".avi" .
    EventID is the field of dataset which has ID's (like 0, 1, 2,  3, 4 etc) of all resulted events. It is of a String data type.
         Now when I export, my report as .xls, .rtf, .doc, I can open the avi files. When I bring cursor on this object, cursor get change to Hand and after click on it avi file start to play.
         But if I export it as .pdf, it does not contain the link for avi files. When I bring cursor on this object, it does not change to Hand, and after click on it nothing happens. No video play.
    I stick to this problem.
    Appreciate your help.
    Thanks in advance.

    Taken from CR Help File:
    "PDF format is a page-based format. The exported documents are intended for printing and redistribution. PDF format will export both layout and formatting in a manner that is consistent with how the report looks on the Preview tab. PDF format embeds the TrueType fonts that appear in the document. (Non-TrueType fonts are not supported.) This export format does not support Microsoft font-linking technologyu2014which is used to provide support for some extended character sets such as Chinese HKCS. Therefore, the fonts used in the report must contain all of the required glyphs. These URI types are supported for hyperlinks: "http:", "https:" and "mailto:".
    Therefore your hyperlink is not working as u are using File type when cr only supports http https and mailto uri types

  • When I try to access an active link from a website (usually a pdf file), the new tab opens and is labeled correctly; the word "done" appears at the bottom; but the page does not open or download. The same problem does not occur with Chrome.

    Example: on the home page of the website http://www.dot.ri.gov
    there is an active link entitled "Overview of all Iway changes - Fall 2010"
    Clicking on it exposes the following url:
    http://www.dot.ri.gov/documents/iway/Iway_Changes_Fall2010.pdf
    However, the tab remains blank, even though it says "Done" in the bottom left corner.
    When I use Google Chrome as a browser, I have no problem opening that url.
    This has occurred numerous times over the past several days on several different sites--and usually the link that will not open is a pdf file.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Is it possible to add bookmarks to a PDF file with Adobe Reader for iOS?

    In the App Store write-up on this app, it said that one could "Use bookmarks to jump directly to a section in your PDF file."  But I don't see how one can add such bookmarks.  Do they only mean that you can use bookmarks that were already in the document before you open it in Adobe Reader?

    Dennis (or any Adobe rep),
    Any updates to the OP's question? I'm with a large government agency, and we're moving away from GoodReader for reasons I can't go into here, and the ability to add user-defined bookmarks within the app is a mandatory feature for the document reader we select. I have the latest version of Adobe Reader (11.6.1) installed on my government iPad, and the ability to add user-defined bookmarks still seems to be missing. Does Adobe have any plans to add this feature, or is it already present and I'm simply overlooking it?
    Thanks,
    Cam

  • InDesign Link to specific page in a .pdf file

    I have an article index that I keep in InDesign.  Each item in the index points to a specific page in a separate .pdf file.  Is there a way, in InDesign, to create a link that will open the .pdf file to a specific page?  The InDesign file contains buttons and is exported to an interactive .pdf file.  For example, I may have an article from volume one, page two.  In the interactive index, I would like the user to be able to click on this link and open newsletter volume one and jump to page two.  I have never found a way to do this in InDesign and currently have to create the text portion of the index in InDesign, export it to an interactive .pdf file and then create all of the links directly in Acrobat Professional.  This is very time consuming because whenever I need to update the index, I need to re-export to a new interactive .pdf file and recreate ALL of the links in Acrobat.  There should be a way to do this in InDesign.

    There SHOULD be a way, yes. But there is none. It's not about Indesign, it's the PDF and handling of action like "Open file".
    I tried button actions like "Open file" in Indesign, but you only select the file name and path, nothing else.
    If you do the same in Acrobat, by putting an action "Open file" for a hyperlink, it will be the same.
    The only thing that works is to use an URL like http://www.yourdomain.com/yourfile.pdf#page=3, where #page=3 can do what you want. You could even place that URL in Indesign or Acrobat, but the PDF would a) open in a browser and b) the PDF reader will always pop up that requester before opening internet links and c) the file would have to be on the internet.
    Perhaps Acrobat Javascript could do more here, but then you'd have to embed it somehow in Acrobat (I wouldn't know if Indesign can do that) and Javascript would have to be allowed for that PDF. Not a good choice.

  • Add bookmarks to all pdf files at once using javascript or apple script

    Hello
    I have a folder containing pdf files of a survey.
    There is also a 'surveyname.pdf' file which consists of a number of pages.
    These pages have to be bookmarked for easy reference.There is a 'dummy.pdf' file which has all the bookmarks of the survey pages. I am using Adobe Acrobat 7.0 to open this file.
    There are also some map pdf's in the same folder.
    How can I add the bookmarks that are in the 'dummy.pdf' file to all the other pdf files in the same folder at once instead of doing one at a time which consumes a lot of time for 100-120 files?
    I use extendscript toolkit for writing the javscript or applescript code.
    I would be grateful if anyone could help me in solving this.
    Thankyou
    Krishna

    Here are some examples of doing the insert and the save in a separate operation. You can put them together on your own.
    ~T
    //From the JS Reference:
    this.insertPages ({
    nPage: -1,
    cPath: "/c/temp/myCoverPage.pdf",
    nStart: 0
    //Example of a trustedFunction SaveAs
    mySaveAs = app.trustedFunction(function (cPath)
    app.beginPriv();
    this.saveAs(cPath);
    app.endPriv();
    app.addMenuItem({ cName: "mySaveAs", cParent: "Insert Page",
    cExec: "mySaveAs('/c/myFolder/myNewPDF.pdf')",
    cEnable: "event.rc = (event.target != null);",
    nPos: 0

  • Save as pdf deleted bookmarks when combining pdf-files

    Hello,
    when I save several books each to a pdf-file with save as pdf (or printing to .ps and converting afterwards), the bookmarks are deleted when I combine the pdf-files with Acrobat. Only one bookmark for the 1st. file exists in the new pdf-file.
    The reference of the bookmarks in the original generated file is e.g. "g3.619626".
    These references are not anymore available in the combined files.
    I've tried several settings before saving as pdf but nothing helped.
    Ther are no problems of combining ordinary pdf-files with bookmarks if they are generated by other programs then Framemaker.
    I need to combine files as well within a book, as "save to pdf" is not able, to generate one file with different pages sizes. I then need to generate a separate pdf-file of the pages with the for e.g. bigger page size and combine it afterwards.
    In that project I'm working there will over all something between 1000 and 1500 pages from maybe 10 books with hunderts of bookmarks plus additionally separete pfd files to combine. So it's not an option to treat every bookmark before combining the pdf-files.
    My system is FM11.02.384 / Acrobat Pro 11.0.3 / Windows 7 64 Bit

    Never having had a need to do it, and Adobe documentation for Acrobat being what it is, I can't tell if AcroPro is supposed to be able to merge bookmarks when merging PDFs. It would be an unsurprising feature, and you do say it works on PDFs generated by means other than FM.
    Here's a hack that might work, if the variable-page-size rendering turns out to be out of reach. You can batch* this.
    Open each component PDF and re-save it with some otherwise harmless optimization (or even none). This will probably cause AcroPro to re-write the internal structures of each PDF, which might then be amenable to merged bookmarks when you re-open them for merging.
    * We do a similar thing for a slightly different problem. We have a software-in-a-box XML publishing app that, at just some seats, is generating PDFs that are tagged for byte serving (fast web view), but are not in fact encoded for it. This causes AcroReader plugin and entire browser crashes for web end users. The s/w vendor can't even tell us where the option is for controlling that feature, because they get the PDF gen code from some other 3rd party. So we routinely batch process all generated PDFs, with, oddly enough, NO "commands" selected. The re-save alone fixes it.

  • How to print bookmark into a PDF File?

    Hi community
    I have a PDF-File with a few pages and need to have on each page the bookmark printed as a text.
    I tried with Javascript, and can print the filename but not yet the bookmarks.
    I have following script:
    app.addMenuItem({cName:"Print Filename", cParent:"File", nPos:20, cExec:"PrtFN();"});
    //Print Filename to Pages
    function PrtFN()
      for (var p = 0; p < this.numPages; p++)
        var fd = this.addField("Print Bookmark", "text", p, [563,519,790,545]);
        fd.fillColor=color.white;
        fd.textSize=14;
        fd.textColor=color.red;
        fd.value = (this.documentFileName);
    Do someone of you know how to print the bookmarks, something like "fd.value = (this.documentBookmark);" ?
    Thanks for helpful answers!

    It is possible to get a bookmark name from the bookmark object but as noted a reverse lookup for a bookmark to a given page is not fool proof.
    You could write a script that walks the bookmark tree and then use execute to go to the page that book mark points too and then fill-in the bookmark name. This assumes all bookmarks perform the go to page/view action and do not run a script or open another PDF. You may also need to account for more than one bookmark pointing to a page.

  • Linking to Specific Page in Attached PDF File

    I'm working with a main PDF file as well as an attached one. I'd like to create multiple links in my main file, with each one linking to a different page in the attached file. How could I go about doing this?

    You can only do this if the attachment is a PDF file. Here are the help instructions that explain how to create a link in the main PDF document that jumps to the PDF attachment.

  • Creating bookmarks in a PDF file

    I know that Adobe Acrobat Professional has the ability to create bookmarks in PDF files. Is there another maybe free solution that I could use to create bookmarks in PDF files? I need to be able to post PDF files on my web site that have bookmarks in them so that users can quickly go to a specific page.
    Looking forward to alternatives that I may be able to use.

    Aw man, I didn't know that. But you're right. It doesn't cause Save to be available and they don't show up in Acrobat Reader. That's lame.
    I never looked into that before because I have Acrobat.

Maybe you are looking for

  • Problem with photoshop on my mac

    Hey... I have some problem with photoshop on my mac... When i open the photoshop my screen change his color... The screen changes such delicate blue color. and when i close the app the color has back to the original color. photoshop cs 6 (master coll

  • Can anyone explain BC Commissions????

    Hi All, I have been using BC for a few years but recently after looking at the Commissions section and talking to support I can not get my head round how they are working and no one seems to be able to give me a straight answer. So when I go to my pa

  • Window hang

    Recently I had installed a new harddisk to my computer.But I faced a big problem is my computer will automatically hang once the window came out.It looked like some loading can't operate well.Can anyone please give me some advise.Thanks 1.intel celer

  • Aperture exported version "could not be opened because it is empty"

    I just upgraded Aperture today.   It seemed to work well for editing the first 40+ photos.  I could make edits and, if desired, export the version to a USB drive.  After exporting about 10 photos succesfully, the process stopped working.  I did not c

  • Syncing the same playlist onto 50 iPod shuffles from one MacBook.

    Hi all, A friend of my parents has contacted me to help her prepare a bunch of iPods to give to friends on her husband's 70th birthday party. What she has asked for is around 50 iPod shuffles, each with the same playlist of her husband's favourite mu