Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 875 for

metadata curl

(0.51 sec)
  1. Extract Metadata from XLS in Java

    Extract Metadata from XLS files in Java with GroupDocs.Metadata Cloud SDK. Step-by-step guide, code sample, Curl commands, and best practices....українська Polski Extract Metadata from XLS in Java Table of...Steps to Extract Metadata from XLS in Java Metadata Extraction from...

    blog.groupdocs.cloud/metadata/extract-metadata-...
  2. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. 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. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in 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" # Join several documents into one (example endpoint) Curl -v "https://api....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Edit Word Document Metadata in Java: Best Pract...

    Learn how to edit Word document Metadata in Java with GroupDocs.Metadata Cloud SDK. This guide walks through setup, code example, and performance tips....Practices to Edit Word Document Metadata in Java Table of Contents...Contents Edit Word Document Metadata - Prerequisites and Setup Edit Word...

    blog.groupdocs.cloud/metadata/best-practices-to...
  5. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. 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.*”. Linux/MacOS/Bash # First 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" # Curl example to join several documents into one Curl -v "https://api....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. STEP-by-STEP Guide to Remove ZIP Metadata in Java

    Strip hidden Metadata from ZIP archives with GroupDocs.Metadata Cloud SDK for Java. Follow this step-by-step guide for setup, code, and secure processing....STEP-by-STEP Guide to Remove ZIP Metadata in Java Table of Contents...Steps to Remove ZIP Metadata in Java ZIP Metadata Removal in Java...

    blog.groupdocs.cloud/metadata/step-by-step-guid...
  10. 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. Linux/MacOS/Bash # First 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" # Curl example to join several documents into one Curl -v "https://api....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

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