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....Us Contact Customers Legal Security Events Acquisition GroupDocs...
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....Us Contact Customers Legal Security Events Acquisition GroupDocs...
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....Us Contact Customers Legal Security Events Acquisition GroupDocs...
An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Us Contact Customers Legal Security Events Acquisition GroupDocs...
Enhance your Drupal website with the ability to display PDF and Microsoft Office documents: high-fidelity rendering, browser-agnostic, no plugins required....use secure Amazon EC2 infrastructure to ensure security of your...
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.
Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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: remove metadata from a document curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...