Stopping invoice lines starting on a new page
For Invoices, Quotes or Purchases with a first Line Item that extends to the second page, it is likely that the entire line item has been moved to the second page, leaving the first page without a table body.
This is due to the design of PDF Themes ensuring the second Line Item onwards does not have breaks inserted in the middle of the description to enable a better reading experience across multiple pages, Line Items, and Comments.
To stop this for the first line item, amend the CSS of the PDF Theme. however, as the default Classic and Clean Themes have protected sheets to amend this code you'll need to create your own PDF Theme.
To amend CSS:
Go to Settings > PDF Themes > select your PDF Theme > HTML & CSS > DOCUMENT.CSS
At the bottom of this sheet (or anywhere else you deem appropriate) add the following selectors, property and values:
You can also define a Page Break to be inserted in any Line with an extended Comment or Description by inserting this code in the stead of the above:
This will specify that any document with an extended Description in any of the first, or any lines will have a page-break inserted where appropriate, and upon clicking “Save & Preview” you can test this on the document types of Invoice, Quote and Purchase.