Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,107 for

metadata java

(0.04 sec)
  1. DOC Metadata Editor: Change DOC Properties Online

    View and edit Metadata properties in your DOC documents online: edit Author, Title, Subject, Company, Created and Modified dates and other properties....products Metadata DOC metadata View and Edit DOC Metadata View,...a DOC Metadata Remove DOC Metadata Export DOC Metadata GroupDocs...

    products.groupdocs.app/metadata/doc
  2. XLS Metadata Editor: Change XLS Properties Online

    View and edit Metadata properties in your XLS spreadsheets online free with our web-based tool....products Metadata XLS metadata View and Edit XLS Metadata View,...a XLS Metadata Remove XLS Metadata Export XLS Metadata GroupDocs...

    products.groupdocs.app/metadata/xls
  3. Extract Metadata of MP3 Files

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, Metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....čeština As a Java developer, you can easily extract metadata properties...the metadata of MP3 audio files using a REST API in Java ....

    blog.groupdocs.cloud/tag/extract-metadata-of-mp...
  4. 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...
  5. 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/
  6. 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...
  7. 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-...
  8. 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/
  9. Set Metadata By Property Value | Documentation

    This REST API allows to set document Metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set Metadata information to all properties with the “Microsoft Office Word” value. 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-p...
  10. 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...