GroupDocs.Conversion Cloud 25.5 Release Notes

This page contains release notes for GroupDocs.Conversion Cloud 25.5

Major Features

  • Added new loading options for spreadsheets and presentations
  • Enhancements and bug fixes

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONCLOUD-527BugConversion from docx to psd failed
CONVERSIONCLOUD-609BugError Conversion Api - Unable to Cast Object
CONVERSIONCLOUD-610BugConversion rate failure for Excel files

Public API changes

Removed options

NameTypeDescription
PresentationLoadOptions.HideCommentsboolUse option CommentsPosition instead
SpreadsheetLoadOptions.HideCommentsboolUse option PrintComments instead

Added new options

NameTypeDescription
PresentationLoadOptions.CommentsPositionenumRepresents the way comments are printed with the slide. Default is None. Values: None, Bottom, Right.
PresentationLoadOptions.NotesPositionenumRepresents the way notes are printed with the slide. Default is None. Values: None, BottomTruncated, BottomFull.
PresentationLoadOptions.PreserveDocumentStructureboolDetermines whether the document structure should be preserved when converting to PDF (default is false).
PresentationLoadOptions.ClearCustomDocumentPropertiesboolValue indicating whether custom document properties should be cleared.
PresentationLoadOptions.ClearBuiltInDocumentPropertiesboolValue indicating whether built in document properties should be cleared.
PresentationLoadOptions.ConvertOwnedboolOption to control whether the owned documents in the documents container must be converted.
PresentationLoadOptions.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
PresentationLoadOptions.ShowHiddenSlidesboolShow hidden slides.
PresentationLoadOptions.DepthintOption to control how many levels in depth to perform conversion. Default: 1
SpreadsheetLoadOptions.PrintCommentsenumRepresents the way comments are printed with the sheet. Default is PrintNoComments. Values: PrintInPlace, PrintNoComments, PrintSheetEnd, PrintWithThreadedComments.