Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 536 for

merger curl

(0.07 sec)
  1. Java: Convert MPP to HTML | Develop MPP to HTML...

    Learn how to convert Microsoft Project (MPP) files to HTML online using REST API. Easily share and view project plans in any web browser....Project to HTML Conversion using cURL Commands Java API for MPP to...Project to HTML Conversion using cURL Commands # Converting MPP to...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  2. Java: Convert PDF to Excel Online | PDF to XLS ...

    How to convert PDF to Excel workbook using Java REST API. Develop PDF to Excel online converter using Java API. Easy and simple PDF to XLS conversion...PDF to XLSX Conversion using cURL Commands PDF to Excel Conversion...PDF to XLSX Conversion using cURL Commands # GroupDocs.Conversion...

    blog.groupdocs.cloud/conversion/pdf-to-xls-online/
  3. Java: Convert MPP to PDF | MPP to PDF Converter...

    Learn how to convert MPP to PDF using Java REST API. Simplify project sharing, enhance accessibility, and ensure compatibility with a universal PDF format....Convert MS Project to PDF using cURL Commands Java API for MPP to...Convert MS Project to PDF using cURL Commands # Converting MPP to...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. Documents Classification | Documentation

    This API retrieves document classification result for IAB-2 taxonomy or Documents taxonomy. It returns an object that contains information about the best class and its probability and about probability of other classes. See Classify request parameters for request’s details. Resource This resource represents a controller for single call document classification. Classify document with taxonomy. Set taxonomy parameter to “default” for IAB-2, set to “documents” for Documents taxonomy, or set to “sentiment” or “sentiment3” for Sentiments taxonomies....Merger Product Solution GroupDocs...“sentiment3” for Sentiments taxonomies. cURL REST Example for IAB-2 (default)...

    docs.groupdocs.cloud/classification/documents-c...
  5. Image Representation of Document Pages | Docume...

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render the document pages to images and retrieves images link. Following APIs are provided for the purpose. Generate Images of Document Pages This API generates images of the document pages and returns links to generated images. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to generate images of document pages....Merger Product Solution GroupDocs...used to generate . cURL example Request curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/annotation/image-represent...
  6. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name Curl example Request Curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Merger Product Solution GroupDocs...storageName Storage name cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/metadata/working-with-stor...
  7. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. Curl example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Merger Product Solution GroupDocs...has been used in the example. cURL example The following example...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  8. 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. Request # 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" argument. Curl -v "https://api....Merger Product Solution GroupDocs...properties to extract by name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats Curl example The following example demonstrates how to get supported file types. Request # 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" argument....Merger Product Solution GroupDocs...example. HTTP POST ~~/formats cURL example The following example...

    docs.groupdocs.cloud/parser/get-supported-file-...
  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.*”. Request # 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" argument. Curl -v "https://api....Merger Product Solution GroupDocs...specified regular expression. cURL example The following example...

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