Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 3,696 for

name

(0.15 sec)
  1. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which Names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same Name that have string ‘print’ in any place of the Name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Property Name Match Regex Add Metadata By Property Name Match Regex...information as properties which names are match the specified regular...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  2. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with Names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Property Name Match Regex Set Metadata By Property Name Match Regex...values choosing properties with names matching the specified regular...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified Name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same Name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Property Name Match Exact Phrase Set Metadata By Property Name Match...choosing properties with specified name. cURL example The following...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by Name. cURL example The following example demonstrates how to extract metadata information from all properties with the exact same Name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Extract Metadata By Property Name Match Exact Phrase Extract Metadata...Metadata By Property Name Match Exact Phrase Leave feedback On...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified Name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same Name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Property Name Match Exact Phrase Add Metadata By Property Name Match...as properties with specified name. cURL example The following...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified Name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” Names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Remove Metadata By Property Name Match Exact Phrase Remove Metadata...Metadata By Property Name Match Exact Phrase Leave feedback On...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. What data need to be given in the field "Accoun...

    I want to know what type of data need to be given while adding a storage account. image.png (49.9 KB)...given in the field "Account Name" while creating a storage account... Enter Storage Name, Container, Account name, Account key, and...

    forum.groupdocs.cloud/t/what-data-need-to-be-gi...
  8. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 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 -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" 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...."barcodeTypes" : [ { "name" : "AustralianPosteParce" }, { "name" : "AustralianPost"..."AustralianPost" }, { "name" : "Codabar" }, { "name" : "CodablockF"...

    docs.groupdocs.cloud/signature/supported-barcodes/
  9. 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...."barcodeTypes" : [ { "name" : "AustralianPosteParce" }, { "name" : "AustralianPost"..."AustralianPost" }, { "name" : "Codabar" }, { "name" : "CodablockF"...

    docs.groupdocs.cloud/signature/get-supported-ba...
  10. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set 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 edited. You could search for properties to set by: Name (a part of Name, exact phrase, regex match. All Names matching is ignorecase); tag (exact tag, possible tag Name); value....properties to set by: name (a part of name, exact phrase, regex...regex match. All names matching is ignorecase); tag (exact tag, possible...

    docs.groupdocs.cloud/metadata/set-metadata/