Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 573 for

comparison curl

(0.06 sec)
  1. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Comparison Product Solution GroupDocs...in the example . cURL example Request curl - X GET "https://api...

    docs.groupdocs.cloud/signature/get-supported-qr...
  2. Raw Text Classification | Documentation

    This API retrieves raw text classification result for IAB-2, Documents or Sentiment taxonomy. It returns an object that contains information about the best class and its probability and about probabilities of the other classes. For Sentiment taxonomy Chinese and English are supported with the language auto-detection. See Classify request parameters for request’s details. Resource This resource represents a controller for single call text classification. Classify raw text with IAB-2 taxonomy....Comparison Product Solution GroupDocs...IAB-2 taxonomy. cURL REST Example Request curl - v "http://api...

    docs.groupdocs.cloud/classification/raw-text-cl...
  3. Sending files for translation | Documentation

    How to send files for translation to the selected languages....Comparison Product Solution GroupDocs...possibility to provide your file via cURL, please firstly and pass its...

    docs.groupdocs.cloud/translation/file/request/
  4. 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....Comparison Product Solution GroupDocs...has been used in the example. cURL example Request # First get...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  5. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor 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....Comparison Product Solution GroupDocs...example. HTTP POST ~/formats cURL example The following example...

    docs.groupdocs.cloud/merger/get-supported-file-...
  6. 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....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request * First get...

    docs.groupdocs.cloud/merger/extract-pages/
  7. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages....Comparison Product Solution GroupDocs...possibility to provide your file via cURL, please firstly and pass its...

    docs.groupdocs.cloud/translation/file/request/i...
  8. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  9. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Comparison Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. Curl example Request Curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Comparison Product Solution GroupDocs...been used to get . cURL example Request curl - X POST "https://api...

    docs.groupdocs.cloud/signature/get-document-inf...