Linking to destinations in a PDF & multiple PDF's opening

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

  1. #1

    Default Linking to destinations in a PDF & multiple PDF's opening

    I have a single PDF that contains many destinations. I have several HTML pages that contain one link per destination that when clicked takes the user to the specific location in the PDF. The issue? Each time a new link is clicked, a new version of the PDF is opened resulting in multiple PDF documents opened. Is it possible to be able to keep a single version open and have the links go to that version instead of opening a new window?
    RuthE@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Linking from one pdf to another pdf's bookmark
      Hello, I'm sorry if this is an old question, but I am having a hard time finding the solution. I have one pdf that is a board meeting agenda that...
    2. opening pdf's in Acrobat Reader / IE locks up PC
      Hi all My WIN XP PC has just started misbehaving when opening pdf's over the web from Internet Explorer. I click on the link to the webpage,...
    3. Problem opening PDF's with bookmarks in IE 6
      1. When a pdf file created by Acrobat 5, that contains bookmarks, has been updated & saved by Acrobat 6, it will lock up Internet Explorer when...
    4. Combine multiple PDF's with proper paging?
      I'm very new to Acrobat, so please forgive me if this is trivial or has been answered 1000 times already! I searched but couldn't find an answer. ...
    5. Opening PDF's
      Hi I'm looking into a comparison between Flash and Director to develop a cross platform CD project that will also allow users to open external PDF...
  3. #2

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    Does the link have a "target=" portion in its HREF tag?
    W_T_Allen@adobeforums.com Guest

  4. #3

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    Yes it has target="_blank". I have tried target="pdf_window" without success.
    RuthE@adobeforums.com Guest

  5. #4

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    target="_blank" tells your browser to open a new window every time.
    W_T_Allen@adobeforums.com Guest

  6. #5

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    But what is the alterntive? target="pdf_windodw" doesn't work.
    RuthE@adobeforums.com Guest

  7. #6

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    Do you want the links to open in the same window as the HTML, or a new window, but the same window for all PDFs?
    W_T_Allen@adobeforums.com Guest

  8. #7

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    A new window, but the same window for all PDF's.
    RuthE@adobeforums.com Guest

  9. #8

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    Then you should be using

    target="whatever"

    in the tag, but you said this "doesn't work." What "doesn't work" about it? Does it not open a window? Does it open all links in different windows? Does it do nothing?
    W_T_Allen@adobeforums.com Guest

  10. #9

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    When you click the first link, the PDF opens in a new window as it should. If you click a subsequent link nothing happens.
    RuthE@adobeforums.com Guest

  11. #10

    Default Re: Linking to destinations in a PDF & multiple PDF's opening

    Is there a live example somewhere we can see? What web server is this running on?
    W_T_Allen@adobeforums.com 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