Question
BOA
IN
Last activity: 23 Jan 2025 9:49 EST
Hyperlink in PDF is not working as link or being clickable
I am generating PDF using section as a source. section has few hyperlinks in it. Generated PDF has links but when i click nothing happens. I even enabled parameter pyPDFEnableHyperlinks in data transform pyPDFSettings . Still same issue.
Please suggest.
Steps:
Create a section with couple of hyperlinks.
Create a html stream rule with code as below.
<head> <link rel="stylesheet" href="webwb/pxCompactStylesforPDF.css"> <br /> <pega:include name="xxxxxxxxxxx" type="Rule-HTML-Section" /> <br />
</head>
Create a activity trigger pyViewAsPDF ootb activity to generate PDF.
Now call this activity on a button click in any section. PDF is generated but hyperlinks dont work.
I even enabled parameter pyPDFEnableHyperlinks in data transform pyPDFSettings
***Edited by Moderator Marije to add Capability tags***