VOOZH about

URL: https://products.groupdocs.cloud/metadata/net

⇱ .NET Metadata Management Cloud SDK for PDF, Word, Excel & Images


.NET Cloud SDK for Metadata Management

Add, modify, search, extract and remove metadata properties from documents and image file formats using metadata management cloud SDK and REST API.

Start Free Trial

👁 GroupDocs.Metadata Cloud SDK for .NET
GroupDocs.Metadata
Cloud SDK for .NET

GitHub Learn Buy

GroupDocs.Metadata Cloud SDK for .NET allows users to extract and manage metadata properties from a variety of documents, images and other multimedia file formats within any type of .NET application.

The metadata extraction API allows performing all useful metadata operations such as add, edit, retrieve and remove metadata from PDF, Microsoft Word, Excel spreadsheets, PowerPoint presentations, Outlook emails, Visio, OneNote, Project, audio, video, AutoCAD, archive, JPEG, BMP, PNG, TIFF and many more industry-standard file formats. You just need to define the search criteria and the metadata Cloud REST API will take care of the specified metadata operations within supported file formats.

GroupDocs.Metadata Cloud is a REST API that offer extreme flexibility to programmers for using it with any language or platform that supports REST. It easily integrates with other cloud services to provide an ideal metadata management experience across web, mobile desktop or cloud platforms.

  • At a
    Glance
  • Supported
    File Formats
  • Platform
    Independence

Following is an overview of GroupDocs.Metadata Cloud:‎

  • Add Metadata
  • Update Metadata
  • Extract Metadata
  • Search Metadata
  • Replace / Remove Metadata
  • Manipulate Metadata
  • Read/Update Metadata
  • Read Image Files Metatadata
  • Extract Metadata of Image Files
  • Replace Metadata of ZIP Archives
  • Manipulate OpenType Fonts
  • Read vCard File Types

GroupDocs.Metadata Cloud supports a number of document formats.

  • Word: DOC, DOCX, DOT, DOTX, DOCM
  • Excel: XLS, XLSX, XLSM, XLTM
  • PowerPoint: PPT, PPTX, POTM, POTX, PPTM, PPS, PPSX‎, PPSM‎
  • Outlook: MSG, EML
  • OneNote: ONE
  • Visio: VSD, VDX, VSDX, VSS, VSX
  • Project: MPP
  • OpenDocument: ODT, ODS
  • Portable: PDF
  • Photoshop: PSD
  • AutoCAD: DWG, DXF
  • Audio: MP3, WAV
  • Video: AVI, MOV, QT, FLV
  • Metafiles: EMF, WMF
  • vCard: VCF‎, VCR
  • Image: JPG, JPEG, JPE, JP2, PNG, GIF, TIFF, WebP, BMP, DJVU, DJV, DICOM‎
  • OpenType Fonts: OTF, OTC, TTF, TTC‎
  • Others: EPUB, ZIP, TORRENT, ASF

If you do not want to use any of our SDKs or the required SDK is not available at the moment, you can still easily get started with GroupDocs.Metadata REST API while using your favorite language & platform.

Advanced Document Metadata REST API Features

Secured REST oriented Metadata Management API

Supporting more than 60 popular file formats

Ability to View/Add Metadata

Retrieve & Remove Metadata from Documents and Images

Perform Search & Modify Metadata Operations on Supported File Types

Flexible and Easy to Integrate with any language or platform

Add Metadata by Tag - .NET

 //Get your App SID, App Key and Storage Name at https://dashboard.groupdocs.cloud (free registration is required).
 var configuration = new Configuration(MyAppSid, MyAppKey);
 var apiInstance = new MetadataApi(configuration);
 var fileInfo = new FileInfo
 {
 FilePath = "documents/input.docx"
 };
 var now = DateTime.Now.ToString("MM-dd-yyyy hh:mm:ss");
 var options = new AddOptions
 {
 FileInfo = fileInfo,
 Properties = new List
 {
 new AddProperty
 {
 SearchCriteria = new SearchCriteriaWithoutValue
 {
 TagOptions = new TagOptions
 {
 ExactTag = new Tag
 {
 Name = "Printed",
 Category = "Time"
 }
 }
 },
 Value = now,
 Type = "DateTime"
 }
 }
 };
 var request = new AddRequest(options);
 var response = apiInstance.Add(request);
PPTMOVTTCVCFVSXFLVOTFPPTMPPSXMP3PPTXWMFDJVUOTCASFTIFFBMPEPUBJPEGTTFJP2PNGXLTMDOCPPSVDXVCRPOTMDJVAVIGIFODSDOCXXLSMDOTVSSVSDXODTEMFPDFMSGDXFJPGZIPXLSVSDDWGTORRENTPSDWEBPMPPEMLDOCMDOTXXLSXDICOMONEPOTXJPEWAVPPSMQT

Support and Learning Resources

Start Free Trial
Download GitHub Repository

GroupDocs.Metadata offers document viewing APIs for other popular development environments

👁 GroupDocs.Metadata for cURL
GroupDocs.Metadata
Cloud for cURL

👁 GroupDocs.Metadata for Java
GroupDocs.Metadata
Cloud SDK for Java

7ba92c6