Page 1 of 1

Hyperlinks does not work when export to PDF

Posted: Mon Jul 04, 2011 3:59 am
by ajcervera
Hi,

When i load RTF data in a Rich Text databand and it contains a hyperlink like this (net file/folder format such as \\localfolder\subfolder\file):

{\*\fldinst HYPERLINK \\\\net_folder\\net_file.txt}{\fldrslt \\\\net_folder\\net_file.txt}}

if i export the report to PDF, the text color is blue and underlined like a hyperlink but it does not work.

is there any way to make it work?

If hyperlink has URL format (ie, http://...) it works.

Thanks!

Hyperlinks does not work when export to PDF

Posted: Mon Jul 04, 2011 9:06 am
by Ivan
Hello,

Please specify the URI in accordance with the specification.
For example, instead of

Code: Select all

C:/Demo/YourFile.jpg
use

Code: Select all

file:///C:/Demo/YourFile.jpg
Thank you.