This project is not covered by Drupal’s security advisory policy.
ntroduction
This module enables the Print plugin from CKEditor.com in your WYSIWYG. This plugin activates the printing function. A standard operating system printing pop-up window will appear where you will be able to choose the printer as well as all relevant options.
Requirements
CKEditor Module (Core)
Install via Composer
1. Add ckeditor/print repositories to your `composer.json`.
"repositories": [
{
"type": "package",
"package": {
"name": "ckeditor/print",
"version": "4.9.1",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/print/releases/print_4.9.1.zip",
"type": "zip"
}
}
}
],
2. Execute `composer require ckeditor/print`
3. Make sure there is the file `libraries/print/plugin.js`.
Installation
- Download the plugin from http://ckeditor.com/addon/print.
- Place the plugin in the root libraries folder (/libraries).
- Enable CKEditor Print in the Drupal admin.
- Configure your WYSIWYG toolbar to include the button.
This project only handles the bridge between Print and Drupal. For support to the Print library feel free to ask at their project page CKEditor Dev
Project information
- Project categories: Content editing experience
- Created by blackiceua on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

