Hello,
I am trying to use the PDF Converter plugin for Bubble to create clean-looking estimates/invoices for my web app. I am having trouble getting the formatting to look nice because the PDF sometimes comes out with line items being split across pages.
For example: My app’s data structure goes as follows:
Estimate/Invoice contains multiple item sections which then contain multiple line items.
Line items within the same section are displayed on two different pages.
I would like to have all line items of the same section display on the same page. I have tried using the page break by ID feature to split each section but then it creates too many pages as each section gets its own page. If anyone knows of a way to put a page break only for the section that has spread across two pages that would be great.