Convert ckeditor text to a PDF in one click.
When you click the convert2PDF button the text is automatically converted to a PDF. Currently there are three outputs setting for the pdf. You can open the PDF in a new window, the same window, or save the PDF with your desired file name.
No connection to the internet required. No outside libraries used. Plugin runs self-contained.
Releases
Plugin Version
Ckeditor Versions
4.4
4.3
4.2
4.1
Version: 1.0
yes
yes
yes
yes
Online builder
The recommended way to install all CKEditor add-ons is to create a custom build by using Online builder. To do that, click the Add to my editor button on the plugin page. When you are done, click the Build my editor button on the right side of the page to go to Online builder.
Note: This add-on is already selected to be a part of your current build.
Add-on installation instructions
If you want to add the plugin manually, you will need to:
- Extract the downloaded plugin
.zip
into the plugins
folder of your CKEditor installation. Example:
http://example.com/ckeditor/plugins/convert2PDF
- Enable the plugin by using the
extraPlugins
configuration setting. Example:
config.extraPlugins = 'convert2PDF';
- Download and configure all its dependencies, too.
Add-on dependencies
No additional dependencies.
Note: The plugin may have additional requirements. Check the add-on page and documentation for more details.