pdf report

help me, i want insert this macro with a link or button in report pdf:

{
sc_redir(invio_fattura, email={email}; testo_email={testo_email}; var_num_fattura={numero_fattura}, “_blank”);
}

so what you want is to insert a link into a pdf right?.

I’ve tried to do so but I’m affraid i haven’t been able to. the only possible way would be if you create a multiple line text field and set it to show html content, but that doesn’t work in pdf.

I would of recommend to use something like DOMPDF but that would force you to make the report on foot =(.

Hope you find it tho.

Regards