Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 2,062 for

comparison java

(0.07 sec)
  1. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client credentials in the environment variables CLIENT_ID and CLIENT_SECRET....Comparison Product Solution GroupDocs...Annotation added: " + link . Title ); Java & Android // For complete examples...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  2. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...api: " + e . Message ); } } } } Java package examples.SecurityOperations...

    docs.groupdocs.cloud/merger/security-operations/
  3. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Comparison Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/
  4. Translating Word files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating Word files....Comparison Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/word/
  5. Translating PowerPoint files with GroupDocs.Tra...

    How to use GroupDocs.Translation Cloud SDK for translating PowerPoint files....Comparison Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/power...
  6. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison 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/annotation/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET ` "https://api.groupdocs.cloud/v2.0/annotation/formats" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET ^ "https://api....Comparison Product Solution GroupDocs...Resource The following GroupDocs.Comparison Cloud REST API resource has...

    docs.groupdocs.cloud/annotation/get-supported-f...
  7. Get Document Metadata | 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 Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Comparison Product Solution GroupDocs...-> getMessage (), " \n " ; } Java package examples.Supported_File_Formats...

    docs.groupdocs.cloud/conversion/get-document-me...
  8. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Comparison Product Solution GroupDocs....NET 2.0 ( , NuGet Package) Java ( , Jar) API Explorer The easiest...

    docs.groupdocs.cloud/parser/features-overview/
  9. Squiggly Annotation | Documentation

    Squiggly annotation marks text with a squiggly styling. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...Annotation added: " + link . Title ); Java & Android // For complete examples...

    docs.groupdocs.cloud/annotation/squiggly-annota...
  10. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api....Comparison Product Solution GroupDocs...Annotation added: " + link . Title ); Java & Android // For complete examples...

    docs.groupdocs.cloud/annotation/area-annotation/