Closed tshailesh-vmw closed 3 years ago
How can I add Page break. As the Html gets converted to an image and pdf is generated and I have charts in my html, Half of charts comes in between pages. Is it possible to add page breaks?
force scale 1 in the html2pdfjs config or use html2pdfjs directly if it doesn't work, this library uses html2pdf predefined method https://github.com/eKoopmans/html2pdf.js/issues/420#issuecomment-828703007
How can I add Page break. As the Html gets converted to an image and pdf is generated and I have charts in my html, Half of charts comes in between pages. Is it possible to add page breaks?