Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 4,971 for

watermark

(0.23 sec)
  1. 在 Python 中使用 REST API 註釋 DOCX 文件

    使用適用於 Python 的 Document Annotation Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式註釋 DOCX 文件。...type = "Watermark" a1.text = "This is watermark annotation"...

    blog.groupdocs.cloud/zh-hant/annotation/annotat...
  2. Comparez deux ou plusieurs fichiers Excel (XLS,...

    Découvrez comment comparer des fichiers Excel et identifier les variations avec Java à l'aide d'une API REST. Rationalisez votre processus d'analyse de données et de reporting avec ce guide étape par étape....Watermark pour Java : # Pour incorporer...groupdocs</groupId> <artifactId>groupdocs-watermark-cloud</artifactId> <version>23...

    blog.groupdocs.cloud/fr/comparison/compare-two-...
  3. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/inforesult/
  4. 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": "....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/supported-f...
  5. 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....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/delete-template/
  6. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/workflow/
  7. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/workflow/
  8. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/
  9. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  10. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata/