UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

5 lines (4 loc) 427 B
import { IProcessor } from '../../../processor'; import { IPdfExportOptions } from '../export-options'; export declare function pdfExport(docProcessor: IProcessor, callback: (blob: Blob, stream: any) => void, options?: ((pdfDocument: any) => void) | IPdfExportOptions): void; export declare function downloadPdf(docProcessor: IProcessor, fileName: string, options?: ((pdfDocument: any) => void) | IPdfExportOptions): void;