Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 890 for

metadata family

(0.03 sec)
  1. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  2. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  3. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select Metadata source when saving resultant file. Files have Metadata information – author, organization, etc. Possible Metadata sources are: Source file Metadata; Target file Metadata; User-defined Metadata. The following code demonstrates how to set resultant file Metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/set-document-me...
  6. Remove Metadata By Property Value | Documentation

    This REST API allows to remove Metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove Metadata 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Set Metadata By Property Name | Documentation

    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 date and time information in all properties that may have names containing “Date” 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  9. Add Metadata By Property Name | Documentation

    This REST API allows you to add Metadata information as properties with specified name. cURL example The following example demonstrates how to add Metadata date and time information in all properties that may have names containing specified string 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. 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...