FlexGridPdfConverter is a PdfDocument-based JavaScript library that provides methods to export FlexGrid to PDF without using any server-side code.
It provides export class method which is used to export FlexGrid to a new PDF file with a specified name. Also, it provides draw and drawToPosition class methods which are used to export FlexGrid to an existing PdfDocument instance.
It supports page breaks (both vertical and horizontal, depending on the scale settings), and other FlexGrid features such as row grouping, cell merging and tree view.