Posted 9 October 2022, 7:02 pm EST
Hi,
How can I save flexsheet to PDF?
Thanks, Bhagwati Pal
Forums Home / Wijmo / General Discussion
Posted by: bhagwati.pal on 9 October 2022, 7:02 pm EST
Posted 9 October 2022, 7:02 pm EST
Hi,
How can I save flexsheet to PDF?
Thanks, Bhagwati Pal
Posted 10 October 2022, 8:38 pm EST
Hi,
You can use the PdfDocument class to export flexSheet to pdf. You’ll have to iterate over all the sheets in the flexSheet, and draw each sheet on the pdf document using the draw method of FlexGridPdfConverter. You can refer to the following sample for full implementation https://stackblitz.com/edit/js-bewmhj?file=index.js
Regards