GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats.
It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document.
The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats.
Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....authorization header with a JWT Token obtained by using the previously...
Learn how to convert PDF to HTML using Java REST API. A simple and efficient way to transform PDFs into web-friendly HTML format.... Generate JWT Access Token with your credentials...
Seamlessly convert PDF to PowerPoint presentations using Java REST API. Save PDF to PPT online. Free PDF to PPTX Converter.... Generate JWT Access Token with your credentials...
Learn how to convert Microsoft Word documents (DOC, DOCX) to PDF using Node.js API. A reliable and scalable REST API for Word to PDF transformation....\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...resultant PDF file and JWT_TOKEN with personalized JWT access token. DOC...
Learn how to convert PDF to editable Word format (DOC/DOCX) using Node.js API. Easily export PDF content to Microsoft Word documents online....\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...Word document and JWT_TOKEN with personalized JWT access token. PDF...
Learn how to convert PDF documents into JPG images using GroupDocs.Conversion Cloud SDK for Node.js. Extract visual content from PDF as high-quality images...ACCESS_TOKEN with a personalized JWT access token. 🧪 Try PDF to JPG...
Convert JPG images into secure, print-ready PDF documents using Node.js API. Learn benefits, use cases, and multiple conversion methods for JPG to PDF...ACCESS_TOKEN with a personalized JWT access token. In order to save...
Hello,
I’m running groupdocs in our custom infrastructure as well as with docker in the local environment.
On the cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR.
On the local envir…...“files-demo-development” and generated the JWT token in Docker. juliosarachaga...
This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages.
Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information.
cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer <Jwt token>" \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....\ -H "Authorization: Bearer <jwt token>" \ -d "{ 'FilePath': ...
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....PUT -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...GET -H "Authorization: Bearer <jwt token>" Response { "isPasswordSet"...