Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Advanced PDF Control Image Size with correct Aspect Ratio
There are a number of messages on here (going back many years) with frustrations around trying to display varying size images on Advanced PDF templates at the correct ratio.
Has this been fixed yet? Can we set a 'width' or 'max-width' for an image and have the height adjust correctly (in CSS this would be height: auto; but that doesn't appear to work in Freemarker).
Using percentages doesn't appear to work in the same way as HTML / CSS either - it seems to be a percentage of the image itself (rather than a percentage of the HTML container).
The only way to resize an image seems to be to set a specific height and width in pixels - and if the source image has a different ratio then the image will be distorted.