Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 25,278 for

java

(0.11 sec)
  1. Watermark Annotation | Documentation

    Watermark annotation adds text watermark 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...

    docs.groupdocs.cloud/annotation/watermark-annot...
  2. Link Annotation | Documentation

    Link annotation adds a hyper link to 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...

    docs.groupdocs.cloud/annotation/link-annotation/
  3. Translating PDF files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating PDF files....working code and sample files: Java & Android package com.groupdocs...TranslationApi ; import java.io.IOException ; import java.nio.file.Files...

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  4. Translating Srt files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating Srt files....working code and sample files: Java & Android package com.groupdocs...TranslationApi ; import java.io.IOException ; import java.nio.file.Files...

    docs.groupdocs.cloud/translation/file/sdk/subti...
  5. Translating image files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating image files....working code and sample files: Java & Android package com.groupdocs...TranslationApi ; import java.io.IOException ; import java.nio.file.Files...

    docs.groupdocs.cloud/translation/file/sdk/image...
  6. Translating image and scanned PDF files with Gr...

    How to use GroupDocs.Translation Cloud SDK for translating image files....working code and sample files: Java & Android package com.groupdocs...TranslationApi ; import java.io.IOException ; import java.nio.file.Files...

    docs.groupdocs.cloud/translation/file/sdk/image...
  7. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": ".... Message ); } } } } Java package examples.Supported_File_Formats...annotation.model.* ; import java.util.List ; import com.groupdocs...

    docs.groupdocs.cloud/annotation/get-supported-f...
  8. Merge and Combine PDF Files using REST API in Ruby

    PDF merger API allows combining multiple PDF files into a single PDF file. This article is about How to Merge and Combine PDF Files using REST API in Ruby....NET, Java, PHP, Python, Android, and Node...

    blog.groupdocs.cloud/merger/merge-and-combine-p...
  9. 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.... Message ); } } } } Java package examples.SecurityOperations...document. */ public class Merger_Java_AddDocumentPassword { public...

    docs.groupdocs.cloud/merger/security-operations/
  10. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how to extract pages from word documents using Rest API in Ruby...NET, Java , PHP , Python , Android , and...

    blog.groupdocs.cloud/merger/extract-pages-from-...