data_object

TinyMCE ExportToDoc Plugin

ExportToDoc plugin integrates export functionality to the TinyMCE editor, which helps the user to export HTML content to MS Word document and save as a .doc file.

Overview

TinyMCE ExportToDoc Plugin

The TinyMCE ExportToDoc plugin integrates export functionality into the TinyMCE editor. This plugin adds an Export to Doc button to the TinyMCE toolbar, which helps the user to export HTML content to a Microsoft Word document and save it as a .doc file to the computer.

Usage

The ExportToDoc plugin allows you to export TinyMCE editor content to a Microsoft Word file and save it in .doc format. You can export the editor content (plain text, HTML formatted content, images, etc.) in the same format in an MS Word document and save it as a .doc file.

Installation

To enable the TinyMCE ExportToDoc plugin, you need to do the following configuration.

  • Add ExportToDoc to plugins list.
  • Add Export to Doc button to the toolbar.

Example

tinymce.init({
  selector: 'textarea',
  plugins: [
    'ExportToDoc'
  ],
  toolbar: 'ExportToDoc'
});

Configuration Options

These settings affect the execution of the ExportToDoc plugin.

etd_file_name: This option allows you to specify the file name of the exported document.

  • Type: String (The default is tinymce-content.)

etd_button_text: This option allows you to specify the text label of the export button.

  • Type: String (The default is Export to Doc.)

Example

tinymce.init({
  selector: 'textarea',
  plugins: [
    'ExportToDoc'
  ],
  toolbar: 'ExportToDoc',
  etd_file_name: 'tinymce-content',
  etd_button_text: 'Export to Doc'
});

See the tutorial with example code from here – Export TinyMCE Content to MS Word Document

Support and Documentation

Full documentation with step-by-step instructions is given in the downloadable package. If you have any queries or want to report bugs or issues, please send an email to support@codexworld.com.

$16

  • check_circle Email support
  • check_circle Free installation service
  • check_circle Quality checked by CodexWorld
  • check_circle No transaction fees
  • check_circle Lowest price guarantee

Information

Category
Last Update
Aug 18, 2023
First Release
Jul 31, 2017
HTML/CSS Framework
Bootstrap
Software Version
TinyMCE 6.x
Files Included
JS, HTML, CSS
Compatible Browsers
IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome, Edge
keyboard_double_arrow_up