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

metadata property

(0.16 sec)
  1. Manage Metadata of Documents using Java & .NET ...

    Add Metadata, edit, remove & extract Metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....has launched the Document Metadata Manipulation Cloud API. This...This enriches the document metadata management solution of GroupDocs...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  2. EPUB Metadata Editor |Change EPUB Metadata in J...

    Easily modify EPUB e-book Metadata in Java using our REST API-based EPUB Metadata Editor. Tailor and update e-book details seamlessly for a customized reading experience.... However, managing the metadata of these e-books is often...crucial but overlooked aspect. Metadata carries essential information...

    blog.groupdocs.cloud/metadata/edit-epub-metadat...
  3. Extract Metadata of Images using C# | Metadata ...

    Automate the Extraction and Modification of Image Metadata in C# by Utilizing a REST API hosted in the Cloud, Employing the Metadata Manipulation Cloud SDK for .NET....in this article: Document Metadata Manipulation REST API and...Add Metadata to Images using a REST API Update Metadata of Image...

    blog.groupdocs.cloud/metadata/extract-and-manip...
  4. Remove Metadata By Tag | Documentation

    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. 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...
  5. 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. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  6. 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. 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/extract-metadata-...
  7. 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. 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/set-metadata-by-tag/
  8. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole Metadata properties tree. cURL example The following example demonstrates how to retrieve all Metadata properties. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -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/extract-whole-met...
  9. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document Metadata. Endpoint accepts document storage path as input payload. Operation traverses whole Metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/Metadata/tags Swagger UI lets you call this REST API directly from the browser....Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Cloud / Developer Guide /...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  10. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata-b...