Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.1 KB

File metadata and controls

17 lines (11 loc) · 1.1 KB

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.