KM
06/12/2026, 3:07 PMCeligo AI
06/12/2026, 3:07 PMAI generated answer (using internal Slack threads):In NetSuite Advanced PDF templates, you can't directly set a custom size like 4 in width and 2 inch height. The size of the PDF is determined by the content of the template. However, you can control the size of individual elements within the template using CSS. For example, you can set the width and height of a table, image, or other elements. Here's an example of how you can set the size of an image:
xml
<img src="${companyInformation.logoUrl}" style="width:4in; height:2in;"/>
In this example, the image will be displayed with a width of 4 inches and a height of 2 inches. Please note that this might distort the image if its original aspect ratio is not the same as the one you specified.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
06/12/2026, 3:07 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813354492
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809814453
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809204102
Celigo AI
06/12/2026, 3:07 PMAbdul Basit
06/12/2026, 3:09 PM