GroupDocs.Conversion Cloud 25.12 Release Notes
This page contains release notes for GroupDocs.Conversion Cloud 25.12
Major Features
- Conversion options refactored, added new options;
- Support for new file formats, like Cad, 3d, Archives, Gis, Finance, Fonts, etc.
- Bugs fixed.
Full List of Issues Covering all Changes in this Release
| Key | Category | Summary |
|---|---|---|
| CONVERSIONCLOUD-626 | Enhancement | Refactor convert options mapping, add missing convert options |
| CONVERSIONCLOUD-629 | Bug | Error converting pdf to md |
| CONVERSIONCLOUD-536 | Bug | DWG to PDF: Never-ending conversion |
Public API changes
Replaced options
| Former type or member | Replacement type or member |
|---|---|
| JpgConvertOptions | ImageConvertOptions.JpegOptions |
| PsdConvertOptions | ImageConvertOptions.PsdOptions |
| TiffConvertOptions | ImageConvertOptions.TiffOptions |
| WebpConvertOptions | WebpConvertOptions.WebpOptions |
| All format-specific image conversion options | Use ImageConvertOptions instead |
| RtfConvertOptions | WordProcessingConvertOptions.RtfOptions |
| All format-specific word-processing, rtf, or text conversion options (e.g. DocxConversionOptions, etc.) | Use WordProcessingConvertOptions instead |
| All format-specific presentation conversion options (e.g. PptxConversionOptions, etc.) | Use PresentationConvertOptions instead |
| All format-specific spreadsheet conversion options (e.g. XlsxConversionOptions, etc.) | Use SpreadsheetConvertOptions instead |
Added new options
| Name | Type | Description |
|---|---|---|
| PDLConvertOptions.Width | int | Desired page width after conversion |
| PDLConvertOptions.Height | int | Desired page height after conversion |
| PresentationConvertOptions.Password | string | Set this property if you want to protect the converted document with a password |
| CadConvertOptions.Width | int | Desired page width after conversion |
| CadConvertOptions.Height | int | Desired page height after conversion |
| CadConvertOptions.PageSize | enum | Page size |
| CompressionConvertOptions.Password | string | Set this property if you want to protect the converted document with a password |
| DiagramConvertOptions.AutoFitPageToDrawingContent | bool | Enlarge the page to fit the drawing content |