Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 312 for

metadata properties

(0.2 sec)
  1. Extract Metadata | Documentation

    This REST API allows to extract Metadata from the documents. With this API you can extract Metadata with following features: Extract whole Metadata Properties tree; Extract Properties with specified tag; Extract Properties with specified name; Extract Properties with specified value; The table below contains the full list of Properties that can be specified when extracting Metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/extract-metadata/
  2. Set Metadata | Documentation

    This REST API allows to set Metadata new values into existing Properties of the documents. With this API you can set Metadata with following features: Metadata Properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for Properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/set-metadata/
  3. Add Metadata | Documentation

    This REST API allows to add Metadata to the documents. With this API you can add Metadata with following features: Metadata Properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for Properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/add-metadata/
  4. Remove Metadata | Documentation

    This REST API allows to remove Metadata from the documents. With this API you can search Metadata to remove with following features: There are many ways to specify what property should be removed. You could search for Properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of Properties that can be specified when removing Metadata to the document....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata/
  5. 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...
  6. 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...
  7. 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...
  8. 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/
  9. Remove Metadata By Property Name | Documentation

    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 may have names containing “Application” string. 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/remove-metadata-b...
  10. 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-...