Spire.Doc 11.12.2 supports shaping text when converting Word to PCL

2023-12-12 09:58:04

We are excited to announce the release of Spire.Doc 11.12.2. This version supports text shaping in Word to PostScript conversion (.NET 4.6.2 or later version supported) and determining if a document is encrypted. It also enhances the conversion from Word to PDF and XPS as well as HTML to Word. Moreover, some known issues are fixed successfully in this version, such as the issue that finding text with regular expression failed to match. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature - Supports text shaping in Word to PCL conversion (.NET 4.6.2 or later version supported).
Document document = new Document();
document.LoadFromFile("input.docx");
document.LayoutOptions.UseHarfBuzzTextShaper = true; // Enable with true, disable with false
document.SaveToFile("output.pcl", FileFormat.PCL);
New feature SPIREDOC-10007 Supports determining if a document is encrypted.
Document.IsPassWordProtected("sample.docx");
Bug SPIREDOC-9615 Fixes the issue that line breaks were not correctly positioned after converting Word to PDF .
Bug SPIREDOC-9859
SPIREDOC-9890
Fixes the issue that Latex formulas were not parsed correctly.
Bug SPIREDOC-9976 Fixes the issue that finding text with regular expression failed to match.
Bug SPIREDOC-9981 Fixes the issue that table borders were missing after converting Word to XPS.
Bug SPIREDOC-9997 Fixes the issue that symbols were incorrectly recognized as English characters when converting HTML to Word.
Bug SPIREDOC-10029 Fixes the issue that the result calculated from the populated data was incorrect after executing mail merge.
Bug SPIREDOC-10036 Fixes the issue that the content of the table header was cropped when converting Word to PDF.
Bug SPIREDOC-10037 Fixes the issue that the width of the table was changed after adding rows to the table and converting it to PDF.
Bug SPIREDOC-10039 Fixes the issue that the program threw System.ArgumentException when copying bookmark contents.
Bug SPIREDOC-10081 Fixes the issue that the program threw System.NullReferenceException when copying bookmark content.
Click the link to download Spire.Doc 11.12.2:
More information of Spire.Doc new release or hotfix: