RE: Creating a hyperlink on a PDF via XFRX.

2022-08-30 Thread Richard Kaye
Want to share? 😊 -- rk From: ProfoxTech On Behalf Of Alan Bourke Sent: Friday, August 26, 2022 9:44 AM To: profoxt...@leafe.com Subject: Re: Creating a hyperlink on a PDF via XFRX. Turns out it's a real pain in the ass to do this on a VFP report layout directly. So I knocked up a .NE

Re: Creating a hyperlink on a PDF via XFRX.

2022-08-26 Thread Alan Bourke
Turns out it's a real pain in the ass to do this on a VFP report layout directly. So I knocked up a .NET COM-visible DLL which uses a third party library to place the relevant hyperlink onto an already-created PDF file. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___

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

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