UNPKG

@progress/kendo-react-pdf

Version:

React PDF Processing enables you to export single- and multi-page content in PDF. KendoReact PDF Processing package

19 lines (18 loc) 1.21 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PDFExport } from './PDFExport.js'; import { PDFExportProps } from './PDFExportProps.js'; import { PageTemplateProps } from './PageTemplateProps.js'; import { PDFMargin, PDFMarginProps } from './PDFMargin.js'; import { savePDF } from './savePDF.js'; import { getPageMargin } from './getPageMargin.js'; import { GridPDFExport, GridPDFExportProps } from './grid/GridPDFExport.js'; import { saveGridPDF } from './grid/provideSaveGridPDF.js'; import { TreeListPDFExport, TreeListPDFExportProps } from './treelist/TreeListPDFExport.js'; import { default as KendoDrawingAdapter } from './KendoDrawingAdapter.js'; export { saveGridPDF, PDFExport, PDFExportProps, PageTemplateProps, PDFMargin, PDFMarginProps, savePDF, getPageMargin, GridPDFExport, GridPDFExportProps, TreeListPDFExport, TreeListPDFExportProps, KendoDrawingAdapter };