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

KeySummaryCategory
VIEWERCLOUD-454Upgrade target framework to NET6Enhancement
VIEWERCLOUD-455Add support for WebDocumentOptionsFeature
VIEWERCLOUD-456Add support for converting all Excel worksheets to one HTML fileFeature
VIEWERCLOUD-457Autodetect of the text file encodingFeature

Public API and Backward Incompatible Changes

The list of added options in this release:

PropertyTypeDescription
RenderOptions.WebDocumentOptionsstructureThis rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents.
WebDocumentOptions.PageSiseenumThe size of the output page. The default value is Letter 792 x 612 points.
WebDocumentOptions.LeftMarginfloatThe 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.RightMarginfloatThe 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.TopMarginfloatThe 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.BottomMarginfloatThe distance (in points) between the bottom edge of the page and the bottom boundary of the body text. The default value is 72 points.