GetPages method allows to create an image representation of each page of the 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 Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser.
cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your App Key and App SID from https://dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
Delete method allows to remove all added annotations.
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 Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser.
cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
GroupDocs.Comparison Cloud allows you to get a list of changes between source and target documents by sending the files directly in the request body as multipart/form-data. No prior upload to cloud storage is required.
This is especially useful when you already have the document bytes in memory or on disk and prefer a single round-trip call instead of a separate upload step.
API usage The PUT /comparison/changes endpoint accepts files as multipart/form-data form fields:...Purchase Buy Now Pricing Information SDKs Policies My Orders &...
This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
This example demonstrates how to convert txt documents into pdf documents with load options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details.
Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
Learn how to merge Word documents DOC or DOCX in Java using GroupDocs.Merger Cloud SDK for Java with this comprehensive step-by-step guide.... See Also # For further information on related topics, we suggest...
Learn how to easily merge PowerPoint files into one in Java. This article provides a step-by-step guide and code examples for Java developers.... See Also # For further information on related topics, we suggest...
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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...
Convert SVG images to JPG and image format JPG to SVG of specific size or dpi using the python. Let's see how to convert SVG to JPG and JPG to SVG in Python...for the most up-to-date information. Ask a question # You may...
Learn how to extract MP3 metadata in .NET and output tags as JSON using GroupDocs.Metadata Cloud SDK. Step-by-step guide with code, cURL and best practices.... These frames contain information such as title, artist, album...