Sort Score
Result 10 results
Languages All
Labels All
Results 6,611 - 6,620 of 25,303 for

java

(0.07 sec)
  1. Edit Signatures in Signed PDF Documents using P...

    Programmatically Edit Signatures in Signed PDF Documents using a REST API in Python with Document Signature Cloud SDK for Python....NET , Java , PHP , Android , Ruby , and...

    blog.groupdocs.cloud/signature/edit-signatures-...
  2. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  3. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses....CreateSignatures ( request ); Java // For complete examples and...d/groupdocs-signature-cloud-java-samples String MyClientSecret...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Translating Word files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating Word files....working code and sample files: Java & Android package com.groupdocs...TranslationApi ; import java.io.IOException ; import java.nio.file.Files...

    docs.groupdocs.cloud/translation/file/sdk/word/
  5. Translating PowerPoint files with GroupDocs.Tra...

    How to use GroupDocs.Translation Cloud SDK for translating PowerPoint files....working code and sample files: Java & Android package com.groupdocs...TranslationApi ; import java.io.IOException ; import java.nio.file.Files...

    docs.groupdocs.cloud/translation/file/sdk/power...
  6. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....-> getMessage (), " \n " ; } Java package examples.Supported_File_Formats...conversion.model.requests.* ; import java.util.List ; import com.groupdocs...

    docs.groupdocs.cloud/conversion/get-document-me...
  7. Merge PDF Files using REST API in Python | Comb...

    Programmatically merge PDF files using a REST API on the cloud in Python with Document Merger Cloud SDK for Python. Merge specific pages of PDFs in Python....NET, Java , PHP , Ruby , Android , and...

    blog.groupdocs.cloud/merger/merge-pdf-files-usi...
  8. Extract Text from PDF using REST API in Node.js...

    Programmatically extract text from PDF documents using a REST API on the cloud in Node.js with PDF Parser Cloud SDK for Node.js....NET , Java , PHP , Ruby , and Python SDKs...

    blog.groupdocs.cloud/parser/extract-text-from-p...
  9. An online document management add-on for cloudC...

    GroupDocs has integrated its online document management apps with cloudControl...create your own questionnaire for JAVA Created new UI test for sample27...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  10. 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.... Message ); } } } } Java package examples.PagesOperations...PagesOperations.ExtractPages ; import java.util.Arrays ; import com.groupdocs...

    docs.groupdocs.cloud/merger/extract-pages/