Copy link to clipboard
Copied
Hi,
how can we create a pdf from an HTML table using javascript and can break the page and start on a new page after a particular row by checking the column value from that row.
Copy link to clipboard
Copied
The Create From HTML service supports the Page Media media query of CSS. You would style the element that you want the break after to be set to
page-break-before: always;
https://developer.mozilla.org/en-US/docs/Web/CSS/Paged_Media