Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 4,179 for

metadata

(0.03 sec)
  1. docs/content/metadata/developer-guide/metadata-...

    GroupDocs.Metadata Cloud Documentation. Contribute to groupdocs-Metadata-cloud/docs development by creating an account on GitHub....alert {{ message }} groupdocs-metadata-cloud / docs Public You can’t...

    github.com/groupdocs-metadata-cloud/docs/blob/m...
  2. docs/content/metadata/developer-guide/metadata-...

    GroupDocs.Metadata Cloud Documentation. Contribute to groupdocs-Metadata-cloud/docs development by creating an account on GitHub....alert {{ message }} groupdocs-metadata-cloud / docs Public You can’t...

    github.com/groupdocs-metadata-cloud/docs/blob/m...
  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....developer, you can easily extract metadata properties such as title,...will learn how to extract the metadata of MP3 audio files using a...

    blog.groupdocs.cloud/tag/extract-metadata-of-mp...
  4. 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...
  5. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. docs/content/metadata/developer-guide/metadata-...

    GroupDocs.Metadata Cloud Documentation. Contribute to groupdocs-Metadata-cloud/docs development by creating an account on GitHub....alert {{ message }} groupdocs-metadata-cloud / docs Public You can’t...

    github.com/groupdocs-metadata-cloud/docs/blob/m...
  7. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Metadata Product Solution GroupDocs.../ Get Document Metadata Get Document Metadata Leave feedback...

    docs.groupdocs.cloud/conversion/get-document-me...
  8. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

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