We are pleased to announce the release of Spire.Doc 11.10.3. This version adds the feature of text formatting when converting Word to PDF and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | - | Adds the feature of text formatting when converting Word to PDF (mainly for handling Thai characters and Tibetan characters), and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms.
Document doc = new Document(); doc.LoadFromFile(fileName); doc.LayoutOptions.UseHarfBuzzTextShaper = true; doc.SaveToFile(pdfFileName, Spire.Doc.FileFormat.PDF) |
Click the link to download Spire.Doc 11.10.3:
More information of Spire.Doc new release or hotfix: