Learn how to convert MPP to PDF using Java REST API. Simplify project sharing, enhance accessibility, and ensure compatibility with a universal PDF format....cloud</id> <name>repository.groupdocs.cloud</name> <url>https://releases...the input file name, output format and the name of resultant document...
This REST API allows removing watermarks from the document.
The operation performs a search for possible watermarks and then removes them.
The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks.
There are two popular scenarios to use the Remove operation:
Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks.... Name Description Comment FileInfo...FileInfo.StorageName Storage name Could be omitted for default...
GroupDocs' legally-binding e-signature app provides functionality for adding merge fields to documents which can then be completed by signers online....document (for example first name, last name, date, order quote, etc...
Storage existence API This API intended for checking the existence of cloud storage with a given Name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.
Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with a given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...
Format data structure describes supported file format
Format example:
{ "Extension": "string", "FileFormat": "string" } Name Description Extension File format extension FileFormat File format Name..., "FileFormat" : "string" } Name Description Extension File format...extension FileFormat File format name Was this page helpful? Not really...
This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category Name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag.
Linux/MacOS/Bash # Get JWT token 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' # Join several documents into one curl -v 'https://api....add by exact tag and category name. cURL example The following..."TagOptions": { "ExactTag": { "Name": "Printed", "Category": "Time"...
This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. 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.... Name Description Comment TemplatePath...FileInfo.StorageName Storage name It could be omitted for default...
Storage existence API This API intended for checking the existence of cloud storage with a given Name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Parser Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.
Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v1.0/parser/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with a given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...
Storage existence API This API intended for checking the existence of cloud storage with a given Name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.
Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist' \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with a given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...
Storage existence API This API intended for checking existence of cloud storage with given Name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Signature Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/signature/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...