Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 911 for

java examples

(0.09 sec)
  1. Ellipse Annotation | Documentation

    Ellipse annotation draws elliptic annotation in a document page 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 # Get JSON Web Token curl -v "https://api.... cURL example Linux/MacOS/Bash # Get JSON..."title" : "output.docx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  2. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser.... The following example demonstrates how to split the...directly from the browser. cURL example Linux/MacOS/Bash # First get...

    docs.groupdocs.cloud/merger/split-document/
  3. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... cURL example Linux/MacOS/Bash # Retrieve..."title" : "result.docx" } SDK example Using an SDK (API client) is...

    docs.groupdocs.cloud/comparison/compare-multipl...
  4. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Add Image Watermark to PowerPoint P......Word to JPG in Java – DOCX to JPG using Java REST API How to...(DOC, DOCX) to JPG images using Java REST API. Easily export Word...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  5. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....shown in examples below: C# // For complete examples and data...( settings )); Java // For complete examples and data files,...

    docs.groupdocs.cloud/conversion/self-host-with-...
  6. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....has been used in the example. cURL example Linux/MacOS/Bash curl...ord-protected.xlsx" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  7. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/merger/get-document-inform...
  8. GroupDocs.Annotation | Introduction of PHP SDK ...

    GroupDocs.Annotation for Cloud is a platform independent REST API to annotate documents, that can be used with any language in Cloud Apps and Websites... The SDK includes working examples, to get you started in no...popular platforms e.g. Ruby, Java, Python etc. Improvement and...

    blog.groupdocs.cloud/annotation/introduction-of...
  9. Archive

    archives...Word to JPG in Java – DOCX to JPG using Java REST API December...min Convert HTML to Word in Java using REST API April 3, 2025...

    blog.groupdocs.cloud/archives/
  10. Working with Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. It provides methods to create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Barcode Signature to Document You can create Barcode Signature on Document provided by fileName and document folder (if required) using following API....has been used in the example . cURL example Request curl - v "https://api...200 , "status" : "OK" } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/working-with-bar...