wnabil / ngx-export-as

Angular 2+ / Ionic 2+ HTML/table element to export it as JSON, XML, PNG, CSV, TXT, MS-Word, Ms-Excel, PDF
MIT License
68 stars 40 forks source link

PDF Page break. #96

Closed tshailesh-vmw closed 3 years ago

tshailesh-vmw commented 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?

wnabil commented 3 years ago

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