Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 913 for

java examples

(0.09 sec)
  1. Resource redaction Annotation | Documentation

    Resource redaction annotation fills black rectangle with fixed position (used if you want to hide some text) 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 # Replace CLIENT_ID and CLIENT_SECRET with your own credentials.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to add annotation into document...

    docs.groupdocs.cloud/annotation/resource-redact...
  2. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api.... cURL example The following example demonstrates how..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... cURL example Linux/MacOS/Bash # Get JSON...200 } ], "failed" : [] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  4. Verify Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object data in request body....has been used in the example . cURL example Linux/MacOS/Bash #...200 , "status" : "OK" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  5. Point Annotation | Documentation

    Point annotation sticks comments to any point in a 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 JWT token curl -v "https://api.... cURL example Linux/MacOS/Bash # Get JWT..."title" : "output.docx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/annotation/point-annotation/
  6. GroupDocs.Parser Cloud Product Family on Docume...

    GroupDocs.Parser Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Parser Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud P...... Java DOM Parser - Extract Text from...from XML Documents using Java Learn how to extract text from XML...

    blog.groupdocs.cloud/categories/groupdocs.parse...
  7. Search Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Digital signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and document folder (if required) using following API....has been used in the example . cURL example Linux/MacOS/Bash curl...200 , "status" : "OK" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/search-digital-s...
  8. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET.... cURL example Linux/MacOS/Bash # Get JSON..."title" : "output.docx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/annotation/image-annotation/
  9. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....used in the example. cURL example The following example demonstrates..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/parser/get-template/
  10. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications....Translation in cross-platform Java apps. Extend your mobile apps...the box. SDK usage examples See the examples below for a quick...

    docs.groupdocs.cloud/translation/sdk/