Re: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Alan Bourke
Thanks. I will look into those options. I also considered having a placeholder URL and then postprocessing the PDF file as hyperlinks seem to be plain text inside them. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: Pr

AW: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Jürgen Wondzinski
Hi Alan, since the Comments field of a Report-object doesn't get preprocessed by XFRX, your various attempts cannot get you the expected results. You could either modify the XFRX sourcecode (if you have bought the full package), or contact Martina via supp...@eqeus.com to add that functionality.

RE: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Richard Kaye
Have you tried macro expansion? I literally just started using this XFRX feature, and asked Martina if it was possible to also pass a target attribute when exporting to PDF, but the answer to that was no, sadly. However, if you output to HTML instead of PDF there are more options and she did in

Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Alan Bourke
I'm reporting to PDF using XFRX. I need to create a hyperlink to an internet URL. The method XFRX uses for this is via a string in the Comments field of a report expression, so for example if I add a report expression with value = "Click Here" and put this in the comments: #UR A HREF="https: