UNPKG

@ckeditor/ckeditor5-export-pdf

Version:

Export to PDF feature for CKEditor 5.

22 lines (21 loc) 455 B
{ "plugins": [ { "name": "Export to PDF", "className": "ExportPdf", "description": "Allows for generating a PDF file directly from the editor content (printing content to the PDF format).", "docs": "features/converters/export-pdf.html", "path": "src/exportpdf.ts", "requires": [ "CloudServices" ], "uiComponents": [ { "type": "Button", "name": "exportPdf", "iconName": "IconExportPdf" } ] } ] }