Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 25,725 for

java

(0.15 sec)
  1. Edit Word Documents or Excel Sheets using REST API

    Programmatically edit Word documents or Excel sheets using a REST API from your documents on the cloud in Python with Document Editor Cloud SDK for Python....NET , Java , PHP , Ruby , Android , and...

    blog.groupdocs.cloud/editor/edit-word-or-excel-...
  2. 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...

    blog.groupdocs.cloud/signature/sign-pdf-documen...
  3. Convert JPG to HTML using a Free Web Page Gener...

    No credit card is needed to use a free web page generator. Let's use an online version of Groupdocs.Conversion SDKS & REST APIs to convert JPG to HTML....Convert PNG Image to HTML File in Java Convert ZIP or RAR to PDF using...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  4. Introduction of PHP SDK in Next Generation Grou...

    Next Generation GroupDocs.Storage for Cloud is a new and improved REST API for performing different Storage related operations in Cloud Apps/Websites... Ruby, Java, Python etc. The SDKs are hosted...

    blog.groupdocs.cloud/total/first-public-release...
  5. Convert JPG to PDF using Image to PDF Converter

    Start using this image to PDF converter to convert JPG to PDF online in the web browser. Groupdocs.Conversion offers Cloud SDKs & APIs for image conversion....programming languages such as C#, Java, Python, Node.js and more. Moreover...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  6. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....0 ( , NuGet Package) Java ( , Jar) API Explorer The easiest...

    docs.groupdocs.cloud/watermark/features-overview/
  7. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET arguments. curl -v 'https://api.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Detecting paraphrases in text with GroupDocs.Re...

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

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  9. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...