Posted 15 July 2019, 9:55 pm EST
const doc = new wijmoPDF.PdfDocument
When creating a pdf document, I found you can format the document to include a page count on the footer of the pages, but how do I store that information, or query a property of the PdfDocument to get a page count for a summary output on my angular component.
I’d like something similar to:
doc.getPageCount()