Hi,
I have a PDF that will be viewed via a client's website. The PDF contains hyperlinks to other websites. I'd like to set the link to open the website in a new browser window. And ideally also set the size of the new window.
I've searched for this and find lots of info about opening a pdf in a new window - which seems to require javascript. I just want to open a website in a new browser window. Do I need to use javascript?
I thought this would be simple. Can anyone help?
Kathy
Although Acrobat doesn't have a link code that will force a Weblink to open in a new window, here's how you can make it happen without worrying whether your users have selected "Open Cross-Doc Links In Same Window."
Rather than linking directly to the URL you want to open, create a link to an HTML document that contains no text. The HTML document immediately opens a new window itself, using HTML code rather than Acrobat's syntax, and opens the desired URL in that window.
The Acrobat Weblink will be a normal link to an HTML page that has nothing in its body and includes the following line in its head:
< META HTTP-EQUIV="Refresh" CONTENT="x; URL=zzz" >For x, substitute the number of seconds that should elapse before the new link opens (in this case, probably zero), and for zzz, substitute the URL that should open in the new window.
;-)
abracadabraPDF.net