Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Text Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body.
Verify Text Signature in a Document You can verify Text Signature in a Document using this API....Comparison Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Verify Text...
Note This example related to Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-Cloud. Here is an example how to retrieve metered license consumption.
You can find more information about Docker version at How to self-host GroupDocs.Annotation Cloud with Docker
Note about credits consumption when using metered license in docker version Storage calls are not charged Annotation API calls charge is based on document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...Comparison Product Solution GroupDocs...response . getQuantity ()); PHP // For complete examples and...
Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Barcode signatures in supported document formats. It provides method to search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body.
Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....Comparison Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Search Barcode...
This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product.
Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example.
HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....Comparison Product Solution GroupDocs...apiInstance . getSupportedFileForm (); PHP // For complete examples and...
Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption.
You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker
Resource URI HTTP GET ~/viewer/consumption
cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....Comparison Product Solution GroupDocs...response . getQuantity ()); PHP // For complete examples and...
Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. It provides methods to create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body.
Add Barcode Signature to Document You can create Barcode Signature on Document provided by fileName and document folder (if required) using following API....Comparison Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Add Barcode...
GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream.
Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL.
Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example....Comparison Product Solution GroupDocs...+ e . Message ); } } } } PHP <? php include ( dirname ( __DIR__...
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....Comparison Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...
GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream.
Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL
Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....Comparison Product Solution GroupDocs...+ e . Message ); } } } } PHP <? php include ( dirname ( __DIR__...