Hyperlink In PDF

Hello Team,

We are generation PDF by using Pega OOTB activity.

In PDF content we need to have a hyperlink link and when user clicks on the link the respective site should get loaded. We are not able to bring the hyperlink in PDF, we have tried using href tag but it is not working. Please let me know if anyone have implemented the same requirement in your project.

Thanks In Advance.

Hi @Gunasekaran_Baskaran,

In the pyPDFSettings data transform default value for pyPDFEnableHyperlinks is false. Can you try setting it to true and try ?

Thanks,

Vinay

@VinayKumarL16594575

HI Vinay,

Thanks it is working…