Export to PDF plugin namespace exposing helpers used by the plugin.
since 4.15.0
downloadFile( fileName, data )
CKEDITOR.plugins.exportpdf#downloadFile
Downloads a binary file with the given name and data using the browser interface.
fileName : String
data : String
Show private items