Note This example related to Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-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.Signature Cloud with Docker
Note about credits consumption when using metered license in docker version Storage calls are not charged Signature API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....Parser Product Solution GroupDocs...response . getQuantity ()); 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 Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Parser Product Solution GroupDocs...response . getQuantity ()); PHP // For complete examples and...
This REST API allows to obtain basic information about the document and it’s properties.
It returns InfoResult data structure, which contains the list of properties:
Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information.
cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Parser Product Solution GroupDocs...getDocumentInfo ( request ); PHP // For complete examples and...
Programmatically Highlight Text in PDF using REST API on the cloud in Node.js with Document Annotation Cloud SDK for Node.js....HTML Page using PHP Convert Excel to PDF using PHP → Search Search...Product Family (4) GroupDocs.Parser Cloud Product Family (11) GroupDocs...
This API retrieves document information. It returns an object that contains information about file format, document pages and file size.
Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information.
cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Parser Product Solution GroupDocs...available SDKs list . C# Java PHP Ruby Node.js Python Was this...
Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account.
Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application.
Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to get started is adding our SDK to your existing project....Parser Product Solution GroupDocs...apiInstance . getSupportedFileForm (); 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 add Digital Signature to a document. It provides methods to create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body.
Add Digital Signature to Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API....Parser Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Add Digital...
Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license information.
You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker
Resource URI HTTP GET ~/conversion/license
cURL example Request # cURL example to get metered license information curl -v "http:///v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "isLicensed": true } Response The response structure contains metered license information:...Parser Product Solution GroupDocs...response . getIsLicensed ()); 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....Parser Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Add Barcode...