Exposes the DevExpress.pdfExporter object's methods.
Exports:
-
exportDataGrid - The exportDataGrid(options) method
require("common/export/pdf").exportDataGrid; // ===== or ===== import { exportDataGrid } from "devextreme/common/export/pdf;
-
exportGantt - The exportGantt(options) method
require("common/export/pdf").exportGantt; // ===== or ===== import { exportGantt } from "devextreme/common/export/pdf";
[note] You need to perform extra steps to generate PDFs with non-ASCII characters. See the PDF Export guide for more information.