Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 911 for

java examples

(0.06 sec)
  1. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....to HideText as shown in the example below. To set the overflowed...directly from the browser. cURL example Linux/MacOS/Bash # First get...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  2. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/render-print-areas/
  3. How to self-host GroupDocs.Editor Cloud with Do...

    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...GetSupportedFileForm (); Java & Android // For complete examples and data files...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  4. 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...
  5. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password 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 # Get JSON..."title" : "result.docx" } SDK example Using an SDK (API client) is...

    docs.groupdocs.cloud/comparison/set-password-fo...
  6. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to delete signature from the signed document. The signature ID is needed to perform the delete, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Delete signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... cURL example Linux/MacOS/Bash # First get...0 } ], "failed" : [] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  7. 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...
  8. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser.... cURL example Linux/MacOS/Bash # Get JSON... "isSuccess" : true } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/verify-multiple-...
  9. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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 environment variables CLIENT_ID and CLIENT_SECRET....feedback On this page This example demonstrates how to convert...directly from the browser. cURL example Linux/MacOS/Bash # First get...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....Rewriter in cross-platform Java apps. All SDKs are open-source...the box. SDK usage examples See the examples below for a quick...

    docs.groupdocs.cloud/rewriter/sdk/