Hyperlinks does not work when export to PDF

Stimulsoft Reports.NET discussion
Post Reply
ajcervera
Posts: 15
Joined: Fri May 28, 2010 3:59 am

Hyperlinks does not work when export to PDF

Post 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!
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Hyperlinks does not work when export to PDF

Post 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.
Post Reply