GroupDocs.Conversion Cloud 25.8 Release Notes
This page contains release notes for GroupDocs.Conversion Cloud 25.8
Major Features
- Added new loading options for web documents, spreadsheets, pdf documents, emails, cad documents
- Enhancements and bug fixes
Full List of Issues Covering all Changes in this Release
| Key | Category | Summary |
|---|---|---|
| CONVERSIONCLOUD-616 | Enhancement | Add new options to WebLoadOptions, SpreadsheetLoadOptions, PdfLoadOptions, EmailLoadOptions, CadLoadOptions |
Public API changes
Added new options
| Name | Type | Description |
|---|---|---|
| WebLoadOptions.PageLayout | enum | Specifies the page layout options when loading web documents |
| WebLoadOptions.BasePath | string | The base path/url for the html |
| WebLoadOptions.SkipExternalResources | bool | If true all external resource will not be loading |
| WebLoadOptions.Zoom | int | Specifies the zoom level as a percentage |
| WebLoadOptions.CustomCssStyle | string | Sets custom CSS style for the HTML document |
| SpreadsheetLoadOptions.ClearCustomDocumentProperties | bool | Clear custom document properties. Default is false |
| SpreadsheetLoadOptions.ClearBuiltInDocumentProperties | bool | Clear built-in document properties. Default is false |
| SpreadsheetLoadOptions.RowsPerPage | int | Split a worksheet into pages by rows. Default is 0, no pagination |
| SpreadsheetLoadOptions.ColumnsPerPage | int | Split a worksheet into pages by columns. Default is 0, no pagination |
| SpreadsheetLoadOptions.AutoFitRows | bool | Autofits all rows when converting |
| SpreadsheetLoadOptions.AllColumnsInOnePagePerSheet | bool | If AllColumnsInOnePagePerSheet is true, all column content of one sheet will output to only one page in result |
| SpreadsheetLoadOptions.CultureInfo | string | System culture info at the time file is loaded |
| SpreadsheetLoadOptions.CheckExcelRestriction | bool | Whether check restriction of excel file when user modify cells related objects |
| SpreadsheetLoadOptions.OptimizePdfSize | bool | If True and converting to Pdf the conversion is optimized for better file size than print quality |
| SpreadsheetLoadOptions.SheetIndexes | array of int | List of sheet indexes to convert. The indexes must be zero-based |
| SpreadsheetLoadOptions.Sheets | array of strings | List of sheet names to convert |
| SpreadsheetLoadOptions.ResetFontFolders | bool | Reset font folders before loading document |
| PdfLoadOptions.ClearCustomDocumentProperties | bool | Clear custom document properties. Default is false |
| PdfLoadOptions.ClearBuiltInDocumentProperties | bool | Clear built-in document properties. Default is false |
| PdfLoadOptions.PageNumbering | bool | Enable or disable generation of page numbering in converted document. Default is false |
| PdfLoadOptions.DefaultFont | bool | Default font for Pdf document. The following font will be used if a font is missing |
| PdfLoadOptions.RemoveJavascript | bool | Remove javascript |
| PdfLoadOptions.FontSubstitutes | Dictionary<string, string> | Substitute specific fonts when converting Words document |
| EmailLoadOptions.DefaultFont | bool | Default font for Pdf document. The following font will be used if a font is missing |
| EmailLoadOptions.RemoveJavascript | bool | Remove javascript |
| EmailLoadOptions.FontSubstitutes | Dictionary<string, string> | Substitute specific fonts when converting Words document |
| EmailLoadOptions.DisplaySent | bool | Option to display or hide sent date/time in the header. Default: true |
| EmailLoadOptions.DisplaySubject | bool | Option to display or hide subject in the header. Default: true |
| EmailLoadOptions.DisplayAttachments | bool | Option to display or hide attachments in the header. Default: true |
| EmailLoadOptions.DisplayEmailAddresses | bool | Option to control whether email addresses are displayed alongside names. Default: true |
| CadLoadOptions.DrawColor | string | A foreground color |