audra415
audra415
Hi @GGross5213, How do you create the array of pages that you pass to the exportHTMLToPDF function? Thanks
Hi @GGross5213, I tried using html2pdf().from(element).toPdf().get('pdf').then(pdf => { $scope.pages = pdf.internal.pages; }); but the result is another blank pdf... I tried toContainer, toCanvas, toImg, but none of those produce an...
@GGross5213, Ah ha, array of strings for each page... Got it. I'm building a report that will have different lengths depending on the data used to generate it. So I'll...