Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Download Resource of Email Attachments Page for HTML Representation You can download the resource of a specific email attachment page for HTML representation, that is already createdattachments/attachment-pages/#HGetEmailAttachmentPagesListforHTMLRrepresentation). Following API helps to download HTML page resource (image, style, graphics or font), it returns actual data of HTML page resource.
The following GroupDocs.Viewer Cloud REST API resource has been used to download resource of Email attachment page(HTML Representation)....Parser Product Solution GroupDocs...available SDKs list . C# PHP Java Ruby Node.js Python Was this page...
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 QR-Code. You can list all supported QR-Ccode types using this API.
Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types.
cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Parser Product Solution GroupDocs...available SDKs list . C# Java Python Ruby Was this page helpful? Not really...
Create an account Creating an account is very simple. Go to Dashboard to create a free account.
We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard.
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....Parser Product Solution GroupDocs...get_supported_file_formats () Ruby # For complete examples and...
Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password.
The following example demonstrates how to extract pages 2,4,7 from a source document into a new document.
Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Parser Product Solution GroupDocs...to your project. C# Java PHP Ruby Node.js Python Extract Pages...
Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-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.Merger Cloud with Docker
Note about credits consumption when using metered license in docker version Storage calls are not charged Merger 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..."Credit: " + result . credit ) Ruby # For complete examples and...
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..."Credit: " + result . credit ) Ruby # 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..."Credit: " + result . credit ) Ruby # 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...get_document_info ( request ) Ruby # For complete examples and...
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 page...