

Only insertions and deletions will work correctly with the CKEditor Cloud Services HTML to DOCX converter. Note: Currently formatting suggestions are not supported. But if for some reason you need to pass your own data, you can do this via the REST API converter options. When your editor has collaboration features (like comments and track changes) enabled, the Export to Word feature will take care of setting the configuration needed by the CKEditor Cloud Services HTML to DOCX converter. Regarding CSS, header and footer can be styled using the same supported properties as used for styling the whole document.įor more details, refer to the CKEditor Cloud Services HTML to DOCX converter’s documentation. If you want to have consistent templates no matter the page, you can define only the default headers/footers template ( NOTE: This setting misses the type property on purpose). In the Display section of that page, the first check box is 'Show pixels for HTML features'.

Width of microsoft word plugins install#
To add the export to Word feature to your editor, install the package: npm install -save add the ExportWord plugin to your plugin list and configure it: import ExportWord from document.querySelector( '#editor' ), Īs you can see, the header and footer options take an array of objects that define templates for the particular type of page. Install and configure the CKEditor 5 export to Word plugin.

