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 consumption.
You can find more information about Self-Hosted version at How to self-host GroupDocs.Conversion Cloud with Docker
Resource URI HTTP GET ~/conversion/consumption
cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....This example related to Self-hosted version of GroupDocs.Conversion-Cloud...license can be used in Self-hosted version of GroupDocs.Conversion-Cloud...
GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....Java library, which can be hosted on-premises, or a cloud-based...
Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....NET : A self-hosted, stand-alone, downloadable...Signature for .NET V1.0 : A self-hosted, stand-alone, downloadable...
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:...This example related to Self-hosted version of GroupDocs.Conversion-Cloud...license can be used in Self-hosted version of GroupDocs.Conversion-Cloud...
Hi Guys,
My application intend to do a checking the credit balance for all 3rd services. How I can make an API call for groupdocs to check my credit balance?
Please help me with that
Best regards,
Troy Juddoc...you’re using Cloud API or self-hosted version? Troy_Juddoc October...
GroupDocs released an HTML5 document viewer extension for PimCore CMS. Now you can easily embed PDF and Microsoft Office documents on your PimCore website....requires embedded documents to be hosted on the GroupDocs servers. We...content. However, if you prefer to host documents locally, please consider...
All examples of GroupDocs.Metadata Cloud is Hosted on GitHub. Examples are located in the Examples folder.
If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications. To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful....Metadata Cloud is hosted on . Examples are located in...
All examples of GroupDocs.Parser Cloud is Hosted on Github. Examples are located in the Examples folder.
If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications.
To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful....Parser Cloud is hosted on . Examples are located in...
All examples of GroupDocs.Watermark Cloud is Hosted on Github. Examples are located in the Examples folder.
If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications. To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful....Watermark Cloud is hosted on . Examples are located in...
If I put a deny rule in my S3 bucket’s policy for:
“Condition”: {
“Bool”: {
“aws:SecureTransport”: “false”
}
}
I see requests from groupdocs getting denied. Is groupdocs not using https by default to hit S3? If s…... Is it self-hosted or cloud version? cpopetz December...