Spire.Doc for JavaScript 14.4.2 adds support for Word to Markdown conversion and more features
2026-04-15 07:25:18
We’re pleased to announce the release of Spire.Doc for JavaScript 14.4.2. This version adds support for converting Word documents to Markdown format, inserting SVG files into Word documents, and setting gutter width. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature — Supports converting Word documents to Markdown format. New Feature — Supports inserting SVG files into Word documents. New Feature — Supports setting gutter width. Click the link below to download Spire.Doc for JavaScript 14.4.2: https://www.e-iceblue.com/Download/Spire-Doc-JavaScript.html
Spire.Doc for JavaScript 13.4.0 supports a range of new features
2025-04-23 07:45:00
We are excited to announce the release of Spire.Doc for JavaScript 13.4.0. The latest version introduces a range of new features, including adding various types of charts to Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature Supports adding various types of charts, such as bar charts, line charts, and pie charts. // Load word document let document = wasmModule.Document.Create(); // Add a section to the document let section = document.AddSection(); // Add a paragraph to the section and append text to it section.AddParagraph().AppendText("Bar chart."); // Add…
Spire.Doc for JavaScript 13.3.3 supports writing files in MHTML format
2025-03-31 06:12:31
We are excited to announce the release of Spire.Doc for JavaScript 13.3.3. This version supports writing files in MHTML format. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports writing files in MHTML format. doc.SaveToFile(outputFile, FileFormat.Mhtml) Click the link below to download Spire.Doc for JavaScript 13.3.3: https://www.e-iceblue.com/Download/Spire-Doc-JavaScript.html