Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 2,629 for

metadata

(0.11 sec)
  1. 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...
  2. 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/
  3. Document Automation 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....com/products/metadata/net?utmsource=nl&utmcampa...tmmedium =lien) GroupDocs.Metadata pour les API .NET permettent...

    blog.groupdocs.cloud/fr/page/43/
  4. GroupDocs.Total 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....com/products/metadata/net?utmsource=nl&utmcampa...medium = پیوند) GroupDocs.Metadata for .NET APIs به توسعه دهندگان...

    blog.groupdocs.cloud/fa/categories/groupdocs.to...
  5. پیشنهاد ویژه تعطیلات، 25% تخفیف GroupDocs.Total...

    پیشنهاد GroupDocs Holidays - 25% تخفیف در GroupDocs.Total برای دات نت و جاوا دریافت کنید. هنگام سفارش آنلاین، HOL2017WBS را نقل قول کنید.... MetaData را از فرمت های MP3 و AVI در...حذف کنید # اکنون GroupDocs.Metadata برای دات نت پاک کردن جزئیات...

    blog.groupdocs.cloud/fa/total/special-holidays-...
  6. GroupDocs.Total 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....com/products/metadata/net?utmsource=nl&utmcampa...medium =ссылка) GroupDocs.Metadata for .NET API позволяет разработчикам...

    blog.groupdocs.cloud/ru/categories/groupdocs.to...
  7. Document Automation 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....NET Document Metadata Extraction APIs การแตกข้อมูลเมตา...](https://www.groupdocs.com/products/metadata/net?utmsource=nl&utmcampa...

    blog.groupdocs.cloud/th/page/43/
  8. SDK Installation Instructions | Documentation

    GroupDocs Assembly Cloud developer kit installation instructions for .NET (C#), Java, PHP, C++, Node.JS, Ruby, Python, Swift, Golang programming languages....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/getting-started/s...
  9. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/htmloptions/
  10. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } 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....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/updatesettings/