Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 11,991 for

java examples

(0.07 sec)
  1. EPUB Metadata Editor: Change EPUB Properties On...

    View and edit metadata properties in your EPUB eBooks online free with our web-based tool....to edit EPUB metadata, for example, Google Chrome, Microsoft Edge...EPUB metadata? Detailed code examples are available at GitHub in...

    products.groupdocs.app/metadata/epub
  2. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser.... cURL example Request * First get JSON Web..."Accept: application/json" * cURL example to join several documents into...

    docs.groupdocs.cloud/merger/join-word-continous/
  3. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....default storage used cURL example Request curl -X GET "https://api...d-columns.xlsx" } ] } SDK examples Our API is completely independent...

    docs.groupdocs.cloud/metadata/working-with-folder/
  4. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....feedback On this page This example demonstrates how to convert...directly from the browser. cURL example Request // First get JSON Web...

    docs.groupdocs.cloud/conversion/convert-documen...
  5. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser.... The following example demonstrates how to extract...directly from the browser. cURL example Request * First get JSON Web...

    docs.groupdocs.cloud/merger/extract-pages/
  6. extract images from documents in python

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....documents using simple Python examples . We will use the Python SDK...currently, it also provides, .NET, Java, PHP, Ruby, and Node.js SDKs...

    blog.groupdocs.cloud/tag/extract-images-from-do...
  7. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. 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 Request * First get JSON Web..."Accept: application/json" * cURL example to get document information...

    docs.groupdocs.cloud/comparison/set-document-me...
  8. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... cURL example Request // First get JSON Web...application/json" // cURL example to get document information...

    docs.groupdocs.cloud/signature/search-for-multi...
  9. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75.... cURL example Request * First get JSON Web..."Accept: application/json" * cURL example to get document information...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  10. How to self-host GroupDocs.Signature Cloud with...

    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, runtimes 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/signature/how-to-self-host...