Wordpress plugins
Mammoth .docx converter

Mammoth .docx converter

Version : 1.7.0
Tested up to : 4.8.2
Number of download : 46924
Average rating : 5 / 5 on 27 votes 27 votes, 5 avg.rating

Screenshots

Mammoth .docx converter
Mammoth .docx converter
Mammoth .docx converter
Mammoth .docx converter

Mammoth is designed to convert .docx documents, such as those created by Microsoft Word, and convert them to HTML. Mammoth aims to produce simple and clean HTML by using semantic information in the document, and ignoring other details. For instance, Mammoth converts any paragraph with the style Heading1 to h1 elements, rather than attempting to exactly copy the styling (font, text size, colour, etc.) of the heading. This allows you to paste from Word documents without the usual mess. There’s a large mismatch between the structure used by .docx and the structure of HTML, meaning that the conversion is unlikely to be perfect for more complicated documents. Mammoth works best if you only use styles to semantically mark up your document. The following features are currently supported: Headings. Lists. Tables. The formatting of the table itself, such as borders, is currently ignored, but the formatting of the text is treated the same as in the rest of the document. Footnotes and endnotes. Images. Bold, italics, superscript and subscript. Links. Text boxes. The contents of the text box are treated as a separate paragraph that appears after the paragraph containing the text box. Embedded style maps By default, Mammoth maps some common .docx styles to HTML elements. For instance, a paragraph with the style name Heading 1 is converted to a h1 element. If you have a document with your own custom styles, you can use an embedded style map to tell Mammoth how those styles should be mapped. For instance, you could convert paragraphs with the style named WarningHeading to h1 elements with class="warning" with the style mapping: p[style-name='WarningHeading'] => h1.warning:fresh An online tool can be used to embed style maps into an existing document. Details of how to write style maps can be found on the mammoth.js documentation.

Download now