Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
nlapiXMLtoPDF Issue with Images - Need Help
Hoping someone can help or has had the same issue.
We are using nlapiXMLtoPDF to generate a custom PDF which has a number of images in the file.
For some reason our images are getting stretched and look horrible.
Here is some sample code for one of the images:
- <div id="body">
- <div class="content">
<h2>The Pyramid of Organizational Development™</h2>
- <div class="imageContainer" style="margin-top:40px;">
<img src="http://www.groundswelldiagnostics.com/images/NetSuiteReportImages/GPFremium/table.tiff" width="452" height="443" />
</div>
</div>
</div>