{
	"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"
				}
			]
		}
	]
}
