Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 3,206 for

metadata

(0.2 sec)
  1. Customer Newsletters

    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....com/products/metadata/net?utmsource=nl&utmcampa...edium = enlace) GroupDocs.Metadata para API de .NET permite a...

    blog.groupdocs.cloud/es/tag/customer-newsletters/
  2. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...وباعتباره Free Online Document Metadata Editor App لأي نوع من المستخدمين...البيانات الوصفية GroupDocs.Metadata Cloud API جنبًا إلى جنب مع...

    blog.groupdocs.cloud/ar/groupdocs.cloud/page/42/
  3. Drupal 文档查看器模块 |集团文档

    GroupDocs API 允许用户定义签名选项集合,最终有助于在文档中应用多个签名。...Metadata for .NET 16.12.0 中引入了改进的元数据检索方法...Signature – 20 项改进和修复 GroupDocs.Metadata for .NET 16.12.0 – 5 个功能和...

    blog.groupdocs.cloud/zh/total/welcome-2017-spec...
  4. GroupDocs.Conversion Cloud Product Family

    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....zpráv, které obsahují obsah i metadata související s e-mailem. Na...

    blog.groupdocs.cloud/cs/categories/groupdocs.co...
  5. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  6. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/annotateoptions/
  7. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  8. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings 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. Options Array of options to perform signatures delete...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deletesettings/
  9. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/licensing/
  10. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/verifyresult/