Hi... I am working with the PDF template and trying to add some <img> tag to it.
<img align="center" width="100px" height="125px" src="/Images/logo.png"></img>
This seems to be not able to find the image.
However If I give the complete URL like below, it works fine.
https://system.na2.netsuite.com/core/media/media.nl?id=1xx&amp;c=1xx&amp;h=27f6f7963xx
1. How to give a relative URL.
2. src="${companyInformation.logoUrl}" - Does this variable works ? It always gives XML parsing error.