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 = new Document(inputFile);
Paragraph paragraph = document.Sections[0].Paragraphs[0];
paragraph.Format.SnapToGrid = true;
Bug SPIREDOC-5863 Fixes the issue that some of the content was given an extra purple background color when converting Word to PDF.
Bug SPIREDOC-5963 Fixes the issue that paging was incorrect when converting Word to PDF.
Bug SPIREDOC-6776 Fixes the issue that the table content was incorrect when converting Word to PDF.
Bug SPIREDOC-8661 Fixes the issue that the pictures lost when converting Word to PDF.
Bug SPIREDOC-8781 Fixes the issue that the program hanged when converting HTML to Word.
Bug SPIREDOC-8841 Fixes the issue that the character spacing changed after replacing text.
Bug SPIREDOC-8891 Fixes the issue that the file name of the embedded OLE object garbled when it was Hebrew.
Click the link to download Spire.Doc 10.12.4:
More information of Spire.Doc new release or hotfix: