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

metadata curl

(1.2 sec)
  1. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  2. 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. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. 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 (example) Curl -v "https://api....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. 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-...
  4. 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...
  5. Edit PDF Metadata in Java: Step-by-Step Guide f...

    Learn how to edit PDF Metadata in Java with GroupDocs.Metadata Cloud SDK. This guide shows how to update document properties, add fields, and save the PDF....українська Polski Edit PDF Metadata in Java Table of Contents...Understanding PDF Metadata Key Features of GroupDocs.Metadata Cloud SDK...

    blog.groupdocs.cloud/metadata/edit-pdf-metadata...
  6. 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...
  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. 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...
  8. Extract MP3 Metadata in .NET: Output Tags as JSON

    Learn how to extract MP3 Metadata in .NET and output tags as JSON using GroupDocs.Metadata Cloud SDK. Step-by-step guide with code, Curl and best practices....українська Polski Extract MP3 Metadata in .NET: Output Tags as JSON...Extract MP3 Metadata in .NET Extract MP3 Metadata to JSON - Complete...

    blog.groupdocs.cloud/metadata/extract-mp3-metad...
  9. 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-...
  10. 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...