@ckeditor/ckeditor5-export-pdf
Version:
Export to PDF feature for CKEditor 5.
22 lines (21 loc) • 494 B
JSON
{
"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.js",
"requires": [
"CloudServices"
],
"uiComponents": [
{
"type": "Button",
"name": "exportPdf",
"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/export-pdf.svg"
}
]
}
]
}