Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 11,991 for

java examples

(0.07 sec)
  1. Quick Start | Documentation

    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.... Below is an example demonstrating using the Formats...for has a complete set of examples, demonstrating our API capabilities...

    docs.groupdocs.cloud/signature/quick-start/
  2. Getting metered license-information | Documenta...

    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:...feedback On this page Note This example related to Self-hosted version...Conversion-Cloud. Here is an example how to retrieve metered license...

    docs.groupdocs.cloud/conversion/license-informa...
  3. Getting metered license consumption | Documenta...

    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....feedback On this page Note This example related to Docker version of...GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license...

    docs.groupdocs.cloud/viewer/metered-consumption/
  4. PDF Rendering | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Dwonload file as PDF from Storage (HTML mode) You can render a document to PDF for HTML representation and download it. The API returns actual file data of document in PDF format. The following GroupDocs.Viewer Cloud REST API resource has been used to download document as PDF for HTML representation. cURL example Request curl -v "https://api.... cURL example Request curl -v "https://api...Contents of PDF document SDK examples The API is completely independent...

    docs.groupdocs.cloud/viewer/pdf-rendering/
  5. Document Merging REST APIs for C#, Java, Python...

    Explore document merger cloud API and SDKs for smooth document manipulation. Discover the power of cloud APIs and their impact on efficient document management....Cloud API and its SDKs for C#, Java, Python, Ruby, PHP, and Node...Merger Cloud API is a shining example of how cloud APIs can enhance...

    blog.groupdocs.cloud/merger/document-merging-cl...
  6. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents.... This example demonstrates how to render...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/viewer/convert-and-download/
  7. Get list of attachments | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 HTML Representation of Email Attachments List You can list the email attachments for HTML representation. Attachments API lists the email attachments. It returns an object with list of attachments. The following GroupDocs.Viewer Cloud REST API resource has been used in the attachments list (HTML representation). cURL example Request curl -v "https://api.groupdocs.cloud/v1/viewer/Test.msg/html/attachments" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer pTPAHbcNbrMcerjvtBpYgfkSh44oB9uWBEhoLNLiJ3KYWTZ-LjDK1OhIiSkiFnpwEDvAENURIo6NndadzqbW7Di4ZKIKC6DOlEGoFI2hfiNBaXEAGDE00knZePkCNsupU48qe1N_eGluq4urBAX3VBFiIdwz1yEPlPrqWG1DOAWYglUo5Nc9TdwZroBiDJ00A0oKjWoEJ_mRsI_VYK-NnZlNqrUiPGd6918ivV-vTtN2VvqGGUAosz26F7NZe0uEDf5GZszp-bxQ4_-JimHUgOD3z2M4gldo58oYp-6NBGCEjA312kqpxYZs22MJ_Ma-fSgT8yMDqgixItd0JxciHUCmSR8XVG803g1UgUF3-rfoWOn0FJAYLkZ3SFrjqMwjcJAsxcpWc-vm2eLneOPAh8R08ATyhemGBNCh3Ke3jJhaMf92" Resonse { "fileName": "Test.... cURL example Request curl -v "https://api...msg/html/attachments/Test.pdf" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/viewer/attachments-list/
  8. Image Representation of Document Pages | Docume...

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render the document pages to images and retrieves images link. Following APIs are provided for the purpose. Generate Images of Document Pages This API generates images of the document pages and returns links to generated images. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to generate images of document pages.... cURL example Request curl -v "https://api..."title" : null } } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/annotation/image-represent...
  9. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....feedback On this page This example demonstrates how to convert...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/conversion/convert-present...
  10. 5. Convert PDF Document with Load Options | Doc...

    This example demonstrates how to convert pdf documents into wordprocessing documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....feedback On this page This example demonstrates how to convert...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/conversion/convert-pdf-doc...