Find Pdf Merger Js Examples and Templates
Use this online pdf-merger-js playground to view and fork pdf-merger-js example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!
Overview - DevExtreme Data Grid (forked)Our DataGrid allows you to easily and accurately export its contents to a PDF document. To enable PDF export operations, you must reference or import the following:
jsPDF
A library that creates and manages PDF documents.
jsPDF-AutoTable
A plugin that creates and manages tables in PDF documents.
Once you have referenced/imported all required resources, call the exportDataGrid(options) method that belongs to the pdfExporter module to export DataGrid content to a PDF document.
In this demo, the exportDataGrid(options) method is called when you click the Export to PDF button. Review the export code in the button's onClick handler to learn more.
NOTE
This functionality is available as a community technology preview (CTP). Should you have any questions or suggestions prior to its official release, please email your comments to [email protected]. You can also share your feedback on this feature's discussion page.