Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 2,588 for

metadata

(0.21 sec)
  1. Working With Storage | Documentation

    GroupDocs.Classification Cloud Working With Storage...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/working-wit...
  2. 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....ha lanciato l’API Document Metadata Manipulation Cloud. Ciò arricchisce...

    blog.groupdocs.cloud/it/page/35/
  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....GroupDocs API Cloud Manipulation Metadata Document را راه اندازی کرده...

    blog.groupdocs.cloud/fa/page/35/
  4. 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....2017 Ekstrak Informasi Teks & Metadata dari Dokumen dengan Akurasi...

    blog.groupdocs.cloud/id/page/43/
  5. Newsletter GroupDocs mars 2017– Mises à jour de...

    La newsletter des développeurs GroupDocs d'avril 2017 décrit les mises à jour des API, les principales améliorations de fonctionnalités et les corrections de bogues dans les API de manipulation de documents GroupDocs....Metadata pour .NET 17.02 ajoute la...

    blog.groupdocs.cloud/fr/total/groupdocs-develop...
  6. خبرنامه GroupDocs مارس 2017 – به روزرسانی های A...

    خبرنامه توسعه‌دهنده GroupDocs در آوریل 2017 به‌روزرسانی‌های API، پیشرفت‌های عمده ویژگی‌ها و رفع اشکال در APIهای دستکاری اسناد GroupDocs را توضیح می‌دهد....Metadata for .NET 17.02 توانایی صادر...

    blog.groupdocs.cloud/fa/total/groupdocs-develop...
  7. Boletim informativo do GroupDocs março de 2017–...

    O boletim informativo do desenvolvedor do GroupDocs de maio de 2017 descreve as atualizações de APIs, os principais aprimoramentos de recursos e correções de bugs nas APIs de manipulação de documentos do GroupDocs....Metadata for .NET 17.03 - 01 novo recurso...

    blog.groupdocs.cloud/pt/total/groupdocs-newslet...
  8. Search Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Barcode signatures in supported document formats. It provides method to search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/search-barcode-s...
  9. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/add-watermarks/
  10. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "barcodeTypes": [ { "name": "AustralianPosteParcel" }, { "name": "AustralianPost" }, { "name": "Codabar" }, { "name": "CodablockF" }, { "name": "Code11" }, { "name": "Code128" }, { "name": "Code16K" }, { "name": "Code32" }, { "name": "Code39Standard" }, { "name": "Code39Extended" }, { "name": "Code93Extended" }, { "name": "Code93Standard" }, { "name": "DatabarExpanded" }, { "name": "DatabarExpandedStacked" }, { "name": "DatabarLimited" }, { "name": "DatabarOmniDirectional" }, { "name": "DatabarStacked" }, { "name": "DatabarStackedOmniDirectional" }, { "name": "DatabarTruncated" }, { "name": "DataLogic2of5" }, { "name": "DeutschePostIdentcode" }, { "name": "DeutschePostLeitcode" }, { "name": "DotCode" }, { "name": "DutchKIX" }, { "name": "EAN8" }, { "name": "EAN13" }, { "name": "EAN14" }, { "name": "GS1CodablockF" }, { "name": "GS1Code128" }, { "name": "IATA2of5" }, { "name": "Interleaved2of5" }, { "name": "ISBN" }, { "name": "ISMN" }, { "name": "ISSN" }, { "name": "ItalianPost25" }, { "name": "ITF14" }, { "name": "ITF6" }, { "name": "MacroPdf417" }, { "name": "Matrix2of5" }, { "name": "MaxiCode" }, { "name": "MicroPdf417" }, { "name": "MSI" }, { "name": "OneCode" }, { "name": "OPC" }, { "name": "PatchCode" }, { "name": "Pdf417" }, { "name": "Pharmacode" }, { "name": "Planet" }, { "name": "Postnet" }, { "name": "PZN" }, { "name": "RM4SCC" }, { "name": "SCC14" }, { "name": "SingaporePost" }, { "name": "SSCC18" }, { "name": "Standard2of5" }, { "name": "SwissPostParcel" }, { "name": "UPCA" }, { "name": "UpcaGs1Code128Coupon" }, { "name": "UpcaGs1DatabarCoupon" }, { "name": "UPCE" }, { "name": "VIN" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-supported-ba...