Posted 15 May 2019, 7:02 pm EST
I am looking for information on printing a PDF of a Flexsheet grid.
My use case is: Angular 7, multi sheet Flexsheet, and desire to include a summary page and include a header/footer on every sheet with a grid sandwiched between. My flexsheet grids may stretch wider that a single sheet of paper on some sheets, and extend down several sheets. For these I would want it cut into multiple sheets between the header and footer described above.
wjcGrid.pdf.FlexGridPdfConverter.draw(flexGrid, doc);
I did find the above snippet, but I receive an error of "pdf does not exist on type ‘typeof import(“C:/Project/node_modules/wijmo/wijmo.grid”)’. Even with that problem solved though, I’d like some guidance on the other features.
Thanks!