Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 3,844 for

name

(0.04 sec)
  1. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag Names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Possible Tag Name Extract Metadata By Possible Tag Name Leave feedback...approximate or a part of metadata tag name. This API allows you to specify...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. 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....By Property Name Extract Metadata By Property Name Leave feedback...the properties to extract by name. cURL example The following...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Add Metadata By Property Name | Documentation

    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 that may have Names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....Metadata By Property Name Add Metadata By Property Name Leave feedback...as properties with specified name. cURL example The following...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  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....Possible Tag Name Add Metadata By Possible Tag Name Leave feedback...approximate or a part of metadata tag name. This API allows you to specify...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove 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 remove metadata properties that have “creator” phrase in theirs tag Names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....Possible Tag Name Remove Metadata By Possible Tag Name Leave feedback...approximate or a part of metadata tag name. This API allows you to specify...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Remove Metadata By Property Name | Documentation

    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 may have Names containing “Application” string. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. 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....By Property Name Remove Metadata By Property Name Leave feedback...the properties with specified name. cURL example The following...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which Names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the Name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Property Name Match Regex Extract Metadata By Property Name Match...choosing the properties which names are matching the specified regular...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Metadata By Property Name Set Metadata By Property Name Leave feedback...choosing properties with specified name. cURL example The following...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  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....Property Name Match Regex Remove Metadata By Property Name Match...choosing the properties with names matching the specified regular...

    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....Possible Tag Name Set Metadata By Possible Tag Name Leave feedback...approximate or a part of metadata tag name. This API allows you to specify...

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