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....Metadata Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP Java // 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....Metadata Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
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....Metadata Product Solution GroupDocs...SearchSignatures ( request ); Java // For complete examples and...
Delete method allows to remove all added annotations.
API usage There are steps that usage of GroupDocs.Annotation Cloud consists of:
Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove 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....Metadata Product Solution GroupDocs...deleted: " + link . Title ); Java & Android // For complete examples...
This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example.
cURL example The following example demonstrates how to extract images from a container item.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Metadata Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...
GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf.
Following example demonstrates on how to render document with default options.
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 Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Metadata Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...
This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example.
cURL example The following example demonstrates how to extract images by a page number range.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Metadata Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...
This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties.
Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Metadata Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...
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....Metadata Product Solution GroupDocs...StorageApi: " + e . Message ); } } } } Java package examples.Working_With_Storage...