Team, I am creating an invoice PDF based on an Adv...
# advancedpdf
a
Team, I am creating an invoice PDF based on an Advanced PDF template, but I have an issue when displaying the subsidiary logo when creating the PDF via suitescript (render.renderAsPdf). When opening it normally from the print button, it works fine. The template has the following to show the logo: <td><#if subsidiary.logo?has_content><div top="-20"><img src="${subsidiary.logo@url}" style="width: 230px; height: 40px;" /></div></#if></td>. Anyone has experienced this issue?