How to Add Padding at the Start of a New Page When a Table Breaks Across Pages in Puppeteer?
I’m working on generating a PDF from HTML using Puppeteer. The HTML contains tables, and I need to ensure that when a table breaks across pages, the new page starts with a padding of 140px. (because i dont want it to clash with my fixed header)