Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 913 for

java examples

(0.2 sec)
  1. C# Merge PDF Files into One - C# File Merger

    Learn how to merge PDF files in C# using the GroupDocs.Merger Cloud SDK for .Net. Step-by-step guide for seamless PDF merging in your C# applications....the steps and available code examples. Add Client ID and Client...programmatically using the code example given below: As a result, the...

    blog.groupdocs.cloud/merger/how-to-merge-pdf-fi...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...documents using simple Python examples . We will use the Python SDK...currently, it also provides, .NET, Java, PHP, Ruby, and Node.js SDKs...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  3. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Check article for a complete example. SDKs Check out our GitHub...Viewer SDKs along with working examples, to get you started in no...

    docs.groupdocs.cloud/viewer/features-overview/
  4. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....resource has been used in example . cURL example Linux/MacOS/Bash curl...{ "name" : "VIN" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/supported-barcodes/
  5. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....resource has been used in example . cURL example Linux/MacOS/Bash curl...{ "name" : "VIN" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/get-supported-ba...
  6. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....structure and formatting, for example, sales proposals, orders, contracts...Assembly SDKs along with working examples. At the moment following SDKs...

    docs.groupdocs.cloud/assembly/getting-started/p...
  7. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....has been used in the example. cURL example Linux/MacOS/Bash curl..."ott" , "html" ] }, ... ] SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/get-supported-f...
  8. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....storageName Storage name cURL example Linux/MacOS/Bash curl -X GET...Response { "exists" : true } SDK examples Our API is completely independent...

    docs.groupdocs.cloud/merger/working-with-storage/
  9. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...file to HTML in Java using REST API As a Java developer, you may...Word DOC file to HTML. For example, to make the document more...

    blog.groupdocs.cloud/groupdocs.cloud/page/22/
  10. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Linux/MacOS/Bash curl -X POST "https://api....has been used in the example. cURL example Linux/MacOS/Bash curl...word-protected.pdf" } SDK examples The API is completely independent...

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