Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 2,642 for

metadata

(0.09 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...GroupDocs API Cloud Manipulation Metadata Document را راه اندازی کرده...

    blog.groupdocs.cloud/fa/groupdocs.cloud/page/39/
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. خبرنامه GroupDocs مارس 2017 – به روزرسانی های A...

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

    blog.groupdocs.cloud/fa/total/groupdocs-develop...
  7. 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...
  8. GroupDocs.Comparison | Zavedení PHP SDK v Next ...

    Toto měsíční vydání umožňuje uživatelům získat změny v obsahu, porovnání obrázků a HTML také porovnat anotace jako cestu k souboru výsledného dokumentu nebo stream....'wordsSeparatorChars' => array(), 'metaData' => new ComparisonMetadataVa(...

    blog.groupdocs.cloud/cs/comparison/introduction...
  9. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...GroupDocs a lancé l’API Document Metadata Manipulation Cloud. Cela enrichit...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/39/
  10. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/working-with-sto...