Angular 13 jsPDF Html2Canvas Project: Export Multiple HTML Div Content in Different PDF Pages Using TypeScript
On the Angular 2 framework (now Angular 13), you can use the step-by-step logic mentioned below: On click execute generateAllPdf() function gather all 6 id‘s from my HTML collection iterate through each id and call the html2canvas function, as html2canvas runs in the background to process images, I’m using await on function, after the html2canvas … Read more