Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...Supported File Formats Document Information Supported Barcodes Supported...
GroupDocs developer newsletter August 2017 describes API updates, new features, .NET and Java code examples within GroupDocs document manipulation APIs....Make reports with detailed information about searching or indexing...
GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms....Extract Text & Metadata Information from Documents with Accuracy...
Next Generation GroupDocs.Storage for Cloud is a new and improved REST API for performing different Storage related operations in Cloud Apps/Websites...API explorer, you can get information about all the resources in...
Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account.
Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. This will be used to invoke the GroupDocs Cloud API.
You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
Learn how to merge PDF documents in C# .NET. Step-by-step guide to combine PDF files, concatenate PDF documents, and streamline workflows with PDF merger....sharing easier, and ensuring information stays consolidated. PDF Merger...
This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified.
cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value.
Linux/MacOS/Bash # Get JSON Web 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' # cURL example to join several documents into one curl -v 'https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
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 have exact “NameOfApplication” names.
Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET 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 (example endpoint) curl -v "https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...