GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages.
This feature is supported for:
Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding.
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.... API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...
GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property.
The following code sample shows how to render a specific layer of a CAD drawing.
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.... API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...
This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert Api method will return the converted document in the response body....is not provided: the convert API method will return the converted...~/conversion lets you call this REST API directly from the browser. cURL...
Learn how to convert JSON to HTML using Java. This guide explains step-by-step methods for JSON to HTML conversion using GroupDocs.Conversion Cloud SDK.... JSON to HTML Conversion API Convert JSON to HTML in Java...cURL JSON to HTML Conversion API # GroupDocs.Conversion Cloud...
To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown 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.
Swagger UI lets you call this REST Api directly from the browser....DisableCharsGrouping as shown below: API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...
This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options.
Method parameters:
Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...~/conversion lets you call this REST API directly from the browser. cURL...CLIENT_SECRET. curl -v 'https://api.groupdocs.cloud/connect/token'...
How to use GroupDocs.Translation Cloud SDK for translating Resx files....Translation Cloud REST API to and , there is a much easier...establishing connections, sending API requests, and parsing responses...
GroupDocs.Viewer Cloud supports rendering documents that are protected with a password.
The following code sample shows how to render password-protected documents.
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.... API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...
Add Document Password Protection This REST Api allows adding document password protection. Api endpoint accepts document storage path as input payload and returns path to the created a password-protected document.
The description of the important Api parameters is given below:
Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST Api directly from the browser....REST API allows adding document password protection. API endpoint...description of the important API parameters is given below: Name...