Hello, I have an Advanced PDF tied to a Sales Orde...
# advancedpdf
s
Hello, I have an Advanced PDF tied to a Sales Order, and I can't seem to get the Subsidiary Logo to display based on the following <td> tag; it will just print to a white screen (blank). The images are set to "available without login." Any suggestions?
<td rowspan="3" style="width: 120px;"><img src="${subsidiary.logo@URL}" style="width: 100px; height: 100px;" /></td>
d
that matches the format of the example in the help docs Have you had the template output
${subsidiary.logo@URL}
as text so you can check it?
s
@David B I'm not getting an return value if I output as text. Hmmm... the companyInformation.logoUrl works just fine?
🤔 1