This REST API allows to add multiple annotations to 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 (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 Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the environment variables CLIENT_ID and CLIENT_SECRET.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...
Learn how to convert PDF to PPT in PHP using GroupDocs.Conversion Cloud SDK. This step-by-step tutorial provides code, cURL calls, setup, and performance tips....- DOCX to PDF Conversion in Java Step-by-Step CSV to PDF Conversion...
This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document.
Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....} } Java package examples.DocumentOperations ; import java.util...document. */ public class Merger_Java_JoinMultipleDocument { public...
This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....} } Java package examples.PagesOperations ; import java.util...pages. */ public class Merger_Java_RotatePages { public static...
Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....Currently, it also provides C# , Java , PHP , Ruby , Python , and...
Convert ODS to XLSX in PHP with GroupDocs.Conversion Cloud SDK. Step-by-step guide, benchmarks, and best practices for fast, memory‑efficient conversion....# Convert MPP to Excel Using Java REST API - Easy MPP to XLSX...
Learn how to convert CSV files to PDF in Node.js using GroupDocs.Conversion Cloud SDK. This guide provides code, setup steps, performance tips, and FAQs....Conversion CSV to PDF Conversion in Java Programmatically...
This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios.
To mix pages, provide:
A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....} } Java package examples.DocumentOperations ; import java.util...documents. */ public class Merger_Java_MixPages { public static void...