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
| Key | Category | Summary |
|---|---|---|
| CONVERSIONCLOUD-527 | Bug | Conversion from docx to psd failed |
| CONVERSIONCLOUD-609 | Bug | Error Conversion Api - Unable to Cast Object |
| CONVERSIONCLOUD-610 | Bug | Conversion rate failure for Excel files |
Public API changes
Removed options
| Name | Type | Description |
|---|---|---|
| PresentationLoadOptions.HideComments | bool | Use option CommentsPosition instead |
| SpreadsheetLoadOptions.HideComments | bool | Use option PrintComments instead |
Added new options
| Name | Type | Description |
|---|---|---|
| PresentationLoadOptions.CommentsPosition | enum | Represents the way comments are printed with the slide. Default is None. Values: None, Bottom, Right. |
| PresentationLoadOptions.NotesPosition | enum | Represents the way notes are printed with the slide. Default is None. Values: None, BottomTruncated, BottomFull. |
| PresentationLoadOptions.PreserveDocumentStructure | bool | Determines whether the document structure should be preserved when converting to PDF (default is false). |
| PresentationLoadOptions.ClearCustomDocumentProperties | bool | Value indicating whether custom document properties should be cleared. |
| PresentationLoadOptions.ClearBuiltInDocumentProperties | bool | Value indicating whether built in document properties should be cleared. |
| PresentationLoadOptions.ConvertOwned | bool | Option to control whether the owned documents in the documents container must be converted. |
| PresentationLoadOptions.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 |
| PresentationLoadOptions.ShowHiddenSlides | bool | Show hidden slides. |
| PresentationLoadOptions.Depth | int | Option to control how many levels in depth to perform conversion. Default: 1 |
| SpreadsheetLoadOptions.PrintComments | enum | Represents the way comments are printed with the sheet. Default is PrintNoComments. Values: PrintInPlace, PrintNoComments, PrintSheetEnd, PrintWithThreadedComments. |