GroupDocs.Conversion Cloud 25.6 Release Notes
This page contains release notes for GroupDocs.Conversion Cloud 25.6
Major Features
- Added new loading options for word processing documents
- Enhancements and bug fixes
Full List of Issues Covering all Changes in this Release
| Key | Category | Summary |
|---|---|---|
| CONVERSIONCLOUD-612 | Bug | Error converting pptx file to html format |
| CONVERSIONCLOUD-613 | Bug | Error converting pptx to image |
| CONVERSIONCLOUD-615 | Enhancement | Add new options to WordProcessingLoadOptions |
Public API changes
Removed options
| Name | Type | Description |
|---|---|---|
| WordProcessingLoadOptions.AutoFontSubstitution | bool | Use options FontInfoSubstitutionEnabled, FontConfigSubstitutionEnabled, FontNameSubstitutionEnabled instead |
| WordProcessingLoadOptions.HideComments | bool | Use option CommentDisplayMode instead |
Added new options
| Name | Type | Description |
|---|---|---|
| WordProcessingLoadOptions.ClearCustomDocumentProperties | bool | Clear custom document properties. Default is false. |
| WordProcessingLoadOptions.ClearBuiltInDocumentProperties | bool | Clear built-in document properties. Default is false. |
| WordProcessingLoadOptions.Depth | int | Option to control how many levels in depth to perform conversion. Default: 1. |
| WordProcessingLoadOptions.ConvertOwned | bool | Option to control whether the owned documents in the documents container must be converted |
| WordProcessingLoadOptions.ConvertOwner | bool | Option to control whether the documents container itself must be converted. If this property is true the documents container will be the first converted document. Default is true. |
| WordProcessingLoadOptions.PageNumbering | bool | Enable or disable generation of page numbering in converted document. Default: false |
| WordProcessingLoadOptions.SkipExternalResources | bool | If true all external resource will not be loading. Default is true. |
| WordProcessingLoadOptions.UseTextShaper | bool | Specifies whether to use a text shaper for better kerning display. Default is false. |
| WordProcessingLoadOptions.PreserveFormFields | bool | Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text. Default is false. |
| WordProcessingLoadOptions.CommentDisplayMode | enum | Specifies how comments should be displayed in the output document. Default is Balloon. |
| WordProcessingLoadOptions.KeepDateFieldOriginalValue | bool | Keep original value of date field. Default: false |
| WordProcessingLoadOptions.UpdateFields | bool | Update fields after loading. Default: false |
| WordProcessingLoadOptions.UpdatePageLayout | bool | Update page layout after loading. Default: false |
| WordProcessingLoadOptions.EmbedTrueTypeFonts | bool | If EmbedTrueTypeFonts is true, GroupDocs.Conversion Cloud embed true type fonts in the output document. Default: true |
| WordProcessingLoadOptions.FontInfoSubstitutionEnabled | bool | Automatically substitutes missing fonts based on FontInfo in the document. Default: false. |
| WordProcessingLoadOptions.FontConfigSubstitutionEnabled | bool | Automatically substitutes missing fonts based on FontConfig in the system. Default: false. |
| WordProcessingLoadOptions.FontNameSubstitutionEnabled | bool | Automatically substitutes missing fonts based on the font name. Default: false. |
| WordProcessingLoadOptions.ShowFullCommenterName | bool | Show full commenter name in comments. Default is false. |