hyperlinks won't work in Internet explorer though works in adobe

  • Thread starter Thread starter anderson.emissar
  • Start date Start date
A

anderson.emissar

After creating a hyperlink using win2pdf, the hyperlink will only work
if the document is open in Adobe, not in Internet Explorer. It does
not recognize the path if it is open in Internet Explorer. I am trying
to link to a file on a network as opposed to a web address. Any
thoughts?

Thanks
 
How have you formatted the hyperlink data?

IE recognizes local files like this:

file:///C:/copy/Some%20File%20Name.pdf

You might try

file:///C:/copy/Some File Name.pdf

As well.
 
Back
Top