GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases:
You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored.
The following code sample shows how to render a specific layout.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
GroupDocs.Viewer Cloud provides the feature to add custom font sources.
Following code snippet shows how to set custom font source.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.
Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions.
Following example demonstrates how to protect output PDF document.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90.
This example demonstrates how to adjust quality of the output JPG image.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Editor Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.
Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/editor/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Signature Product Solution GroupDocs...StorageApi: " + e . Message ); } } } } Java package examples.Working_With_Storage...
Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class.
This feature is supported for:
Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
GroupDocs.Viewer Cloud renders items from the root of the archive by default.
When rendering of a specified folder is required, it can be achieved as shown in the examples below.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...