News Category

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 Fixes the issue that the text format was incorrect when converting Word to PDF.
Bug SPIREDOC-5718 Fixes the issue that paging was incorrect when converting Word to PDF.
Bug SPIREDOC-7350
SPIREDOC-7605
Fixes the issue that the underline of the header overlapped the table border when converting Word to PDF.
Bug SPIREDOC-8539 Fixes the issue that the text format was incorrect when converting RTF to PDF.
Bug SPIREDOC-8635 Fixes the issue that it failed to merge data when mail merging.
Bug SPIREDOC-8636 Fixes the issue that the program threw System.InvalidOperationException when mail merging.
Bug SPIREDOC-8691 Fixes the issue that doc.HasChanges returned false after modifying the content in content control when opening tracking revision function.
Bug SPIREDOC-8709 Fixes the issue that the content lost when converting Word to PDF.
Bug SPIREDOC-8785 Fixes the issue that the program threw System.NullReferenceException when converting Word to PDF.
Click the link to download Spire.Doc 10.11.9:
More information of Spire.Doc new release or hotfix: