Lee Brookes
08/27/2024, 3:16 PMCeligo AI
08/27/2024, 3:16 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** To stop text from falling off a PDF in an Advanced PDF that is currently in a footer, you can try the following methods: 1. Add the text at the end of your
body
content. This won't be aligned to be right above the footer, but it will prevent the text from falling off the PDF.
2. Include the content in the footer of every page. This will ensure that the text is always visible, regardless of the page size or content.
3. Use a table at the end of your code and place it at the bottom of the page. This can be done by creating a table in your code and positioning it at the bottom of the page.
Here is a code sample that was shared in the threads:
<macro id="nlfooter">
<table class="footerSP" style="width: 100%">
<tr>
</tr>
<tr>
<td colspan="3" align="center">Quantity available represents items currently in stock as well as items on order to our warehouse.</td>
</tr>
<tr>
<td colspan="3" align="center"> Prices do no include freight, duties or taxes where applicable.</td>
</tr>
</table>
<table class="footer" style="width: 100%;"><tr>
<td colspan="3"> </td>
<td align="right" ><pagenumber/> of <totalpages/></td>
</tr></table>
</macro>
And include this in the body tag footer="nlfooter" footer-height="30pt"
<body header="nlheader" header-height="15%" footer="nlfooter" footer-height="30pt" padding="0.5in 0.5in 0.5in 0.5in" size="Letter">
Please note that due to the limitations of BFO, the rendering engine for NetSuite's advanced PDF templates, it may not be possible to have the text appear right above the footer on the last page only.Celigo AI
08/27/2024, 3:17 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.835924387
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831002772
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815144479
Celigo AI
08/27/2024, 3:17 PM