GroupDocs.Viewer Cloud 23.3 Release Notes
This page contains release notes for GroupDocs.Viewer Cloud 23.3
Major Features
- Fixed support for Google Cloud storage
- Added new render options
Full List of Issues Covering all Changes in this Release
| Key | Summary | Category |
|---|---|---|
| VIEWERCLOUD-454 | Upgrade target framework to NET6 | Enhancement |
| VIEWERCLOUD-455 | Add support for WebDocumentOptions | Feature |
| VIEWERCLOUD-456 | Add support for converting all Excel worksheets to one HTML file | Feature |
| VIEWERCLOUD-457 | Autodetect of the text file encoding | Feature |
Public API and Backward Incompatible Changes
The list of added options in this release:
| Property | Type | Description |
|---|---|---|
| RenderOptions.WebDocumentOptions | structure | This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents. |
| WebDocumentOptions.PageSise | enum | The size of the output page. The default value is Letter 792 x 612 points. |
| WebDocumentOptions.LeftMargin | float | The distance (in points) between the left edge of the page and the left boundary of the body text. The default value is 5 points. |
| WebDocumentOptions.RightMargin | float | The distance (in points) between the left edge of the page and the right boundary of the body text. The default value is 5 points. |
| WebDocumentOptions.TopMargin | float | The distance (in points) between the top edge of the page and the top boundary of the body text. The default value is 72 points. |
| WebDocumentOptions.BottomMargin | float | The distance (in points) between the bottom edge of the page and the bottom boundary of the body text. The default value is 72 points. |