Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 3,078 for

annotation java

(0.05 sec)
  1. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Annotation Product Solution GroupDocs...add an SDK to your project. C# Java PHP Ruby Node.js Python Was...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  2. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Annotation Product Solution GroupDocs...working code and sample files: Java & Android // Authorize your...

    docs.groupdocs.cloud/translation/authorization/
  3. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge Multiple Excel Files into One using a REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js....NET, Java, PHP, Ruby, Android, and Python...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2021/07/30/merge-multiple-...
  4. 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...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2021/03/10/edit-signatures...
  5. Sign PDF Documents with QR Code using REST API ...

    Programmatically Sign PDF Documents with QR Code using a REST API in Python with Document Signature Cloud SDK for Python....NET , Java , PHP , Android , Ruby , and...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2021/03/06/sign-pdf-docume...
  6. Translating Resx files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating Resx files....Annotation Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/resou...
  7. 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....Annotation Product Solution GroupDocs...-> getMessage (), " \n " ; } Java package examples.Supported_File_Formats...

    docs.groupdocs.cloud/conversion/get-document-me...
  8. Extract Images from PDF, Excel, PPT & Word Docs...

    Python examples to extract images from documents like PDF, Word documents, spreadsheets, presentations using Python SDK for Document Parsing REST API....NET , Java , PHP , Ruby , and Node.js SDKs...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2020/10/25/extract-images-...
  9. Sign document with QR-code signature | Document...

    QR-code (or Quick Response code) is a sort of two-dimensional barcode that consists of black squares arranged in a square grid on a white background. QR-code can be read by smartphone camera or specialized devices that are dedicated to QR reading - hand-held scanners, handy terminals, fixed scanners that are used after placing it on a desktop, or embedding it in other devices. Usually QR-codes contain data that points to a website or application, emails, or phone numbers, product identifiers, or trackers....Annotation Product Solution GroupDocs...CreateSignatures ( request ); Java // For complete examples and...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....Annotation Product Solution GroupDocs...working code and sample files: Java package com.groupdocs ; // Import...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/