We are pleased to announce the release of Spire.Doc 11.12.4. This version adds text shaping function for converting Word to PostScript (.NET 4.6.2 or later version supported). More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | - | Adds text shaping function for converting Word to PostScript (.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.ps", FileFormat.PostScript); |
Click the link to download Spire.Doc 11.12.4:
More information of Spire.Doc new release or hotfix: