Print plugin

This plugin adds a print button to the toolbar. It also adds a Print item to the File menu dropdown.

Basic setup

tinymce.init({
  selector: 'textarea',  // change this value according to your HTML
  plugins: 'print',
  menubar: 'file',
  toolbar: 'print'
});