Aaron McCausland
01/13/2025, 10:39 PMCeligo AI
01/13/2025, 10:39 PMAI generated answer (using internal Slack threads):In NetSuite's Advanced PDF/HTML templates, the footer height is set to a static value and cannot be set to a maximum height that allows it to grow depending on the content. The
footer-height
attribute in the <body>
tag is used to set the height of the footer, and it does not support dynamic values or percentages.
Here is an example of how to set the footer height:
<body header="nlheader" header-height="15%" footer="nlfooter" footer-height="30pt" padding="0.5in 0.5in 0.5in 0.5in" size="Letter">
In this example, the footer height is set to 30pt. If the content in the footer exceeds this height, it will overflow and not be visible in the PDF.
If you want to include a table or a message in the footer, you can do so by defining it in the nlfooter
macro. However, this content will be included on every page of the PDF, not just the last page. There is no built-in way to include content only on the last page of the footer in the Advanced PDF/HTML templates.
******
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
01/13/2025, 10:40 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837955236
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.835707247
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827784121
Celigo AI
01/13/2025, 10:40 PMCeligo AI
01/13/2025, 10:41 PM