GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.
Swagger UI lets you call this REST API directly from the browser.
cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...search_signatures ( request ) Ruby # For complete examples and...
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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address.
GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters:
Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; 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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # 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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false).
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.
Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...verify_signatures ( request ) Ruby # For complete examples and...
Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Annotation Product Solution GroupDocs..." . format ( e . message )) Ruby # Load the gem require 'gro...
Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/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....Annotation Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...