Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 236 for

annotation properties

(0.05 sec)
  1. 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...
  2. Add Metadata By Tag | Documentation

    This REST API allows to add metadata Properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all Properties that have specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...API allows to add metadata properties to the document choosing...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  3. 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. Linux/MacOS/Bash # 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 environment variables. 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/
  4. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata Properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all Properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Annotation Product Solution GroupDocs...API allows to add metadata properties to the document choosing...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata Properties from the document choosing the Properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all Properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: retrieve metadata (join several documents into one) curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Value Extract Metadata By Property Value Leave...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Extract Metadata By Property Name | Documentation

    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 that have “Date” string in names. Linux/MacOS/Bash # 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 arguments. curl -v 'https://api....Annotation Product Solution GroupDocs...Metadata By Property Name Extract Metadata By Property Name Leave...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....Annotation Product Solution GroupDocs...Metadata / Extract Metadata By Property Name Match Exact Phrase Extract...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata Properties from the document choosing the Properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all Properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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 properties from the document choosing the properties by exact...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. 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...
  10. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing Properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....Annotation Product Solution GroupDocs...metadata new values choosing properties to edit by approximate or...

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