Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 4,399 for

watermark

(0.31 sec)
  1. 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-...
  2. 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-...
  3. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, Watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Watermark شما را قادر می سازد تا برای...

    blog.groupdocs.cloud/fa/page/10/
  4. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, Watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Watermark 使您能够为您的业务应用程序构建水印创建器。 这篇博文教您如何在...

    blog.groupdocs.cloud/zh/page/10/
  5. 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/
  6. 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/
  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. Порівняйте два або більше файлів Excel (XLS, XL...

    Дізнайтеся, як порівнювати файли Excel і визначати варіації з Java за допомогою REST API. Оптимізуйте процес аналізу даних і звітності за допомогою цього покрокового посібника....Watermark Cloud SDK для Java: # Щоб...groupdocs</groupId> <artifactId>groupdocs-watermark-cloud</artifactId> <version>23...

    blog.groupdocs.cloud/uk/comparison/compare-two-...
  9. Anotace souborů DOCX pomocí REST API v Pythonu

    Programově anotujte soubory DOCX pomocí REST API v cloudu v Pythonu pomocí Document Annotation Cloud SDK pro Python....type = "Watermark" a1.text = "This is watermark annotation"...

    blog.groupdocs.cloud/cs/annotation/annotate-doc...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signsettings/