Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 4,927 for

watermark

(0.5 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-supported-qr...
  2. 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....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/batch-class...
  3. Backroung Brush and Stamp Brush Styles Signatur...

    Ruby SDK release for public use of GroupDocs.Viewer cloud features in Ruby based applications....some cool features like Watermarking and Transformation (Rotate...

    blog.groupdocs.cloud/viewer/introduction-of-rub...
  4. مقایسه دو یا چند فایل Excel (XLS، XLSX) در جاوا...

    نحوه مقایسه فایل های اکسل و مشخص کردن تغییرات دقیق با جاوا با استفاده از REST API را کشف کنید. فرآیند تجزیه و تحلیل داده ها و گزارش دهی خود را با این راهنمای گام به گام ساده کنید....Watermark Cloud SDK برای جاوا: # برای...groupdocs</groupId> <artifactId>groupdocs-watermark-cloud</artifactId> <version>23...

    blog.groupdocs.cloud/fa/comparison/compare-two-...
  5. Vergleichen Sie zwei oder mehr Excel-Dateien (X...

    Entdecken Sie, wie Sie mithilfe einer REST-API Excel-Dateien vergleichen und Variationen mit Java ermitteln können. Optimieren Sie Ihren Datenanalyse- und Berichtsprozess mit dieser Schritt-für-Schritt-Anleitung....Watermark Cloud SDK für Java: # Um das...groupdocs</groupId> <artifactId>groupdocs-watermark-cloud</artifactId> <version>23...

    blog.groupdocs.cloud/de/comparison/compare-two-...
  6. Compare dois ou mais arquivos Excel (XLS, XLSX)...

    Descubra como comparar arquivos Excel e identificar variações com Java usando uma API REST. Simplifique seu processo de análise de dados e relatórios com este guia passo a passo....Watermark Cloud SDK para Java: # Para...groupdocs</groupId> <artifactId>groupdocs-watermark-cloud</artifactId> <version>23...

    blog.groupdocs.cloud/pt/comparison/compare-two-...
  7. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON...Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classify-re...
  8. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/quick-start/
  9. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata/
  10. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/searchsettings/