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

KeyCategorySummary
CONVERSIONCLOUD-612BugError converting pptx file to html format
CONVERSIONCLOUD-613BugError converting pptx to image
CONVERSIONCLOUD-615EnhancementAdd new options to WordProcessingLoadOptions

Public API changes

Removed options

NameTypeDescription
WordProcessingLoadOptions.AutoFontSubstitutionboolUse options FontInfoSubstitutionEnabled, FontConfigSubstitutionEnabled, FontNameSubstitutionEnabled instead
WordProcessingLoadOptions.HideCommentsboolUse option CommentDisplayMode instead

Added new options

NameTypeDescription
WordProcessingLoadOptions.ClearCustomDocumentPropertiesboolClear custom document properties. Default is false.
WordProcessingLoadOptions.ClearBuiltInDocumentPropertiesboolClear built-in document properties. Default is false.
WordProcessingLoadOptions.DepthintOption to control how many levels in depth to perform conversion. Default: 1.
WordProcessingLoadOptions.ConvertOwnedboolOption to control whether the owned documents in the documents container must be converted
WordProcessingLoadOptions.ConvertOwnerboolOption 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.PageNumberingboolEnable or disable generation of page numbering in converted document. Default: false
WordProcessingLoadOptions.SkipExternalResourcesboolIf true all external resource will not be loading. Default is true.
WordProcessingLoadOptions.UseTextShaperboolSpecifies whether to use a text shaper for better kerning display. Default is false.
WordProcessingLoadOptions.PreserveFormFieldsboolSpecifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text. Default is false.
WordProcessingLoadOptions.CommentDisplayModeenumSpecifies how comments should be displayed in the output document. Default is Balloon.
WordProcessingLoadOptions.KeepDateFieldOriginalValueboolKeep original value of date field. Default: false
WordProcessingLoadOptions.UpdateFieldsboolUpdate fields after loading. Default: false
WordProcessingLoadOptions.UpdatePageLayoutboolUpdate page layout after loading. Default: false
WordProcessingLoadOptions.EmbedTrueTypeFontsboolIf EmbedTrueTypeFonts is true, GroupDocs.Conversion Cloud embed true type fonts in the output document. Default: true
WordProcessingLoadOptions.FontInfoSubstitutionEnabledboolAutomatically substitutes missing fonts based on FontInfo in the document. Default: false.
WordProcessingLoadOptions.FontConfigSubstitutionEnabledboolAutomatically substitutes missing fonts based on FontConfig in the system. Default: false.
WordProcessingLoadOptions.FontNameSubstitutionEnabledboolAutomatically substitutes missing fonts based on the font name. Default: false.
WordProcessingLoadOptions.ShowFullCommenterNameboolShow full commenter name in comments. Default is false.