Spire.Doc for Javascript
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…
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
page