Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 487 for

editor curl

(0.06 sec)
  1. 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....Editor Product Solution GroupDocs...has been used in the example. cURL example Request # First get...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  2. Sending Excel and ODS files for translation | D...

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

    docs.groupdocs.cloud/translation/file/request/e...
  3. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Editor Product Solution GroupDocs...API directly from the browser. cURL example Request // First get...

    docs.groupdocs.cloud/annotation/delete-pages/
  4. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Editor Product Solution GroupDocs...in the example . cURL example Request curl -- request POST \...

    docs.groupdocs.cloud/signature/working-with-sig...
  5. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. Curl Rest Example Request Curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Editor Product Solution GroupDocs...Formats example. cURL Rest Example Request curl -v "https://api...

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

    docs.groupdocs.cloud/merger/extract-pages/
  7. Sending files for translation | Documentation

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

    docs.groupdocs.cloud/translation/file/request/
  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....Editor 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....Editor Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  10. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....Editor Product Solution GroupDocs...taxonomies. cURL REST Example for Sentiment3 taxonomy Request curl -v...

    docs.groupdocs.cloud/classification/batch-class...