Trouble linking from web page to specific page in a PDF

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

  1. #1

    Default Trouble linking from web page to specific page in a PDF

    I'm having trouble linking to specific pages within a pdf. I've tried using page #'s and creating destinations in the pdf (my destination is called testination) but I still can only get the PDF to open on the first page.

    Here are samples of the code I've tried:



    test for my doc <mydoc.pdf#page=12>

    2nd test <mydoc.pdf#nameddest=testination>


    If I get rid of the code after the "#" then the pdf will open on the first page but I can't get it to open on the pages I want. I'm using Windows 2000, Acrobat 5.0, IE 6.0. Does anyone know why this code wouldn't work and how to fix it.
    Steve_Lawson@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Going to a specific page?
      My client would like a alphabetic lookup bar to allow navigation to a specific page of a datagrid - the page which has the first occurance of the...
    2. Trouble loading administrator/index.cfm page--i am askedto save the page
      Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that...
    3. SSL on specific page
      I have recently set the setting 'Require secure channel(SSL)' inside my IIS on a specific page (just my logon page). I want that page to use SSL...
    4. Linking to a Page URL from a dynamic page
      Hello I have an Access db table which contains a field called URL. I have previously <cfset display_url = #rsListHistory.URL#>. When I display...
    5. Linking to a specific page in a PDF
      It seems like the solution you are looking for is AcosHelp, developed by me. For more information see <http://www.acoshelp.com>. Peter Ring PRC,...
  3. #2

    Default Re: Trouble linking from web page to specific page in a PDF

    sorry, the code didn't show up. The code that calls the page #'s looks like this:

    a href="mydoc.pdf#page=12"

    a href="mydoc.pdf#nameddest=testination"
    Steve_Lawson@adobeforums.com Guest

  4. #3

    Default Re: Trouble linking from web page to specific page in a PDF

    Are these files on a web server or a local/network drive?
    W_T_Allen@adobeforums.com Guest

  5. #4

    Default Re: Trouble linking from web page to specific page in a PDF

    on my local drive
    Steve_Lawson@adobeforums.com Guest

  6. #5

    Default Re: Trouble linking from web page to specific page in a PDF

    Files need to be on a web server for named destinations to work
    MarkATS@adobeforums.com Guest

  7. #6

    Default Re: Trouble linking from web page to specific page in a PDF

    And page numbers.
    W_T_Allen@adobeforums.com Guest

  8. #7

    Default Re: Trouble linking from web page to specific page in a PDF

    [email]W_T_Allen@adobeforums.com[/email] wrote:
    > And page numbers.
    Internet Explorer suffers this limitation, but Mozilla does not.

    Sid Steward
    Sid_Steward@adobeforums.com Guest

  9. #8

    Default Trouble linking from web page to specific page in a PDF

    I disagree with some of the above. I have a link
    <a href="../PDFs/Cats.pdf#page=4">Click here for Cats</a>
    that DOES work (i.e. it opens "Cats.pdf" to page 4) when I have a suite of documents on my desktop, on a local hard-drive, or on a networked drive mapped to the letter "K" ("our K:\-drive", we call it). It works even though these locations are not web-servers (unless the definition of "web-server" is broader than I am aware of).

    However, when we copy and paste that same suite of files, en masse, onto a blank CD, the link no longer works. It opens the copy of Cats.pdf that is on the CD, but it opens it on the first page.

    P.S. -- The problem disappears if I change the Properties of my CD-Tray so that "Enable CD recording on this drive" is turned OFF. But this solution is not viable because the people to whom we ship our CDs may not have THEIR CD-Trays configured this same way.
    xtopher_s@earthlink.net 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