Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 600 for

annotation curl

(0.1 sec)
  1. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. Curl example Linux/MacOS/Bash Curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell Curl....Annotation Product Solution GroupDocs...in example . cURL example Linux/MacOS/Bash curl -v "https://api...

    docs.groupdocs.cloud/signature/supported-barcodes/
  2. 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.Editor 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 Linux/MacOS/Bash Curl -X GET 'https://api.groupdocs.cloud/v1.0/editor/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell Curl....Annotation Product Solution GroupDocs...Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api...

    docs.groupdocs.cloud/editor/working-with-storage/
  3. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Annotation Product Solution GroupDocs...Resource URI HTTP DELETE ~/template cURL example The following example...

    docs.groupdocs.cloud/parser/delete-template/
  4. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # Get...

    docs.groupdocs.cloud/watermark/get-document-inf...
  5. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. Curl example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token Curl -v "https://api....Annotation Product Solution GroupDocs...tag name or tag category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # Get...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  7. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result. The following code sample demonstrates how to accept all revisions without getting them. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  8. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/conversion/convert-specifi...
  9. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/conversion/convert-present...
  10. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/viewer/render-all-layouts/