Lee Brookes
08/27/2024, 3:11 PMCeligo AI
08/27/2024, 3:12 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 space text from the bottom of an advanced PDF in NetSuite, you might face some limitations due to BFO, the rendering engine for NetSuite's advanced PDF templates. However, there are a few workarounds you can try: 1. You can refer to SuiteAnswer 50767 which provides a method to overcome the limitation of BFO's inability to specify the last page. You can find it here: Add Last Page in Advanced PDF Template to Overcome Limitation of BFO's Inability to Specify Last Page 2. You can add the text at the end of your
body
content. This won't be aligned to be right above the footer, but it will be at the bottom of the content.
3. You can include the content in the footer of every page. This will ensure that the text is at the bottom, but it will appear on every page, not just the last one.
For hiding overflow text in an advanced PDF template, you could use a hack like ${paragraph_content?truncate(100)}
to limit the length of the content. However, this might still leave the space behind. Another option could be to absolutely position the text section.
Please note that these are workarounds and might not work perfectly in all scenarios.Celigo AI
08/27/2024, 3:12 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839521348
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836116
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833229184
Celigo AI
08/27/2024, 3:12 PM