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 = ""...
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 = ""...
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...
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...
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...
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...
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...
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...
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...
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...