Hello Im having some issues when printing a pdf, I...
# advancedpdf
i
Hello Im having some issues when printing a pdf, Im creating it using a custom button and calling a suitelet, in the suitelet Im attaching the record. For the template Im using the REturn authorization template, but its giving me an error of
Error Parsing XML: The reference to entity "c" must end with the ';' delimiter.
I managed to find the error in the header part, Im assuming it has to do with company information data, how do I attach the company information on the pdf?
m
It has a link to image which contains additional characters.
Please convert the link to html using link?htmk
i
I wasnt able to fix this issue, I tried `?html, ?url, ?esc`and nothing
Ok I fix it using a variable,
<#assign logo = companyInformation.logoUrl?html>
Thanks @Mitisha Jain !!!
👍 1