Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 314 for

annotation properties

(0.09 sec)
  1. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata Properties from the document choosing the Properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata Properties that match regular expression “^[N]ame[A-Z].*”. 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....Annotation Product Solution GroupDocs...By Property Name Match Regex Remove Metadata By Property Name...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  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....Annotation Product Solution GroupDocs...Metadata By Property Name Match Regex Set Metadata By Property Name...

    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....Annotation Product Solution GroupDocs...Metadata / Set Metadata By Property Name Match Exact Phrase Set...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata Properties from the document choosing the Properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata Properties with the “Microsoft Office Word” value. 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....Annotation Product Solution GroupDocs...Metadata By Property Value Remove Metadata By Property Value Leave...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....Annotation for Cloud API GroupDocs.Annotation for Cloud...Cloud is a document annotation API that allows end users to review...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  6. Set Metadata By Property Name | Documentation

    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 date and time information in all Properties that may have names containing “Date” value. 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....Annotation Product Solution GroupDocs...Metadata By Property Name Set Metadata By Property Name Leave...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. 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....Annotation Product Solution GroupDocs...Metadata / Remove Metadata By Property Name Match Exact Phrase Remove...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. 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....Annotation Product Solution GroupDocs...Metadata By Property Name Match Regex Add Metadata By Property Name...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata Properties from the document choosing the Properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata Properties with the “Created” tag 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. curl -v "https://api....Annotation Product Solution GroupDocs...metadata properties from the document choosing the properties by exact...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing Properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all Properties with the “Creator” tag 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. curl -v "https://api....Annotation Product Solution GroupDocs...metadata new values choosing properties by exact tag and category...

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