Spire.Doc 11.5.6 supports adding charts
2023-05-16 02:01:25
We are excited to announce the release of Spire.Doc 11.5.6. This version supports adding charts and supports adding SVG documents. What’s more, it also supports printing multiple pages onto one page and manipulating pages, such as retrieving page content and its coordinates. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports adding charts. //Create word document Document document = new Document(); //Create a new section Section section = document.AddSection(); //Create a new paragraph and append text section.AddParagraph().AppendText("Column chart."); //Create a new section to append column chart Paragraph…
Spire.Doc 11.4.12 supports the new table style for Word 2013
2023-04-28 03:13:43
We are pleased to announce the release of Spire.Doc 11.4.12. This version supports the new table style for Word 2013. At the same time, it also enhances the conversion from Word to PDF. What’s more, many known issues are successfully fixed, such as the issue that the images lost after loading a document and then saving to a new document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-7359 Supports the new table style for Word 2013. Bug SPIREDOC-3430 Fixes the issue that the charts lost when converting…
Spire.Doc 11.4.0 supports setting line types(dashed/dotted) in shape objects
2023-04-10 06:01:25
We are glad to announce the release of Spire.Doc 11.4.0. This version supports setting line types(dashed/dotted) in shape objects and supports Docx2016 and Docx2019 file formats. At the same time, it also enhances the conversion from Word to PDF. What’s more, many known issues are successfully fixed, such as the issue that the table style was incorrect after copying content from Document A to Document B. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5044 Supports setting line types(dashed/dotted) in shape objects. Document doc = new Document(); Section…
Spire.Doc.11.3.1 enhances the conversion from Word to PDF
2023-03-10 03:07:59
We are excited to announce the release of Spire.Doc 11.3.1. This version enhances the conversion from Word to PDF. What’s more, it fixes some known issues such as the table of contents field failed to update. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-5109 SPIREDOC-5440 Fixed the issue that the underline format was incorrect when converting Word to PDF. Bug SPIREDOC-8575 Fixed the issue that the table of contents field failed to update. Bug SPIREDOC-8904 Fixed the issue that the program threw System.NullReferenceException exception when setting a value…
Spire.Doc 11.1.4 enhances the conversion from Word to PDF, images, and HTML
2023-01-28 09:54:20
We are happy to announce the release of Spire.Doc 11.1.4. This version enhances the conversion from Word to PDF, images, and HTML. Besides, many known issues are successfully fixed, such as the issue that the bold style of table borders lost when the generated doc document was opened with WPS. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-4770 Fixes the issue that the paging was incorrect when converting Word to PDF. Bug SPIREDOC-8505 Fixes the issue that the result of accepting the revision was incorrect after converting Word…
Spire.Doc 10.12.4 supports setting "Snap to grid when document grid is defined" for paragraphs
2022-12-29 09:09:30
We are pleased to announce the release of Spire.Doc 10.12.4. This version supports .NET 7.0 platform. At the same time, it supports setting "Snap to grid when document grid is defined" for paragraphs and enhances the conversion from Word to PDF. What’s more, it fixes some known issues such as the character spacing changed after replacing text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports .NET 7.0 platform. New feature SPIREDOC-7985 Supports setting "Snap to grid when document grid is defined" for paragraphs. Document document =…
Spire.Doc 10.11.9 supports setting the transparency of the fill color for shapes
2022-11-30 09:35:21
We are pleased to announce the release of Spire.Doc 10.11.9. This version supports setting the transparency of the fill color for shapes and enhances the conversion from Word to PDF. Moreover, some known issues are successfully fixed in this version, such as the issue that the program threw System.InvalidOperationException when mail merging. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-8443 Supports setting the transparency of the fill color for shapes. Paragraph paragraph = section.AddParagraph(); Spire.Doc.Fields.TextBox textbox1 = paragraph.AppendTextBox(100, 50); textbox1.Format.FillColor = Color.Red; textbox1.FillTransparency = 0.45; Bug SPIREDOC-5456…
Spire.Doc 10.11.0 enhances the conversion from Word to PDF
2022-11-08 06:58:17
We are pleased to announce the release of Spire.Doc 10.11.0. This version enhances the conversion from Word to PDF. What’s more, it fixes some known issues such as the tag name of the custom attribute added in XML was inconsistent with MS Word. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7535 Fixes the issue that the tag name of the custom attribute added in XML was inconsistent with MS Word. Bug SPIREDOC-8084 Fixes the issue that the program threw System.DivideByZeroException when converting Word to PDF in linux server.…