Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

Download C# Library for Metadata Processing via .NET API

GroupDocs.Metadata for .NET API can be consumed as Metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats. It gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific document file easily for future reference.


Get Started

Open NuGet package manager, search for GroupDocs.Metadata and install. You may also use the following command from the Package Manager Console.

Install

To install please execute Install-Package GroupDocs.Metadata from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Metadata assembly in your project.

PM>

Update

If you already have GroupDocs.Metadata for .Net and want to upgrade it, please execute Update-Package GroupDocs.Metadata to get the latest version.

PM>

Manage Document Metadata using .NET API

Version NuGet .NET


Docs API Ref Examples Blog Releases Support License


Important Note: Starting from 24.4.0, the GroupDocs.Metadata package has been split into two distinct platform packages: .NET Standard and .NET Framework. The GroupDocs.Metadata package is specifically designed to support the .NET Standard platform, making it compatible with .NET Core, .NET 5, .NET 6, etc. It includes backward compatibility improvements, allowing it to function with .NET Framework versions starting from 4.7.2. In addition, we have introduced the GroupDocs.Metadata.NETFramework package, which is optimized to run seamlessly in the .NET Framework runtime because it includes all the GroupDocs product libraries in their respective .NET Framework versions. It is tailored specifically for .NET Framework users and offers better dependency resolution for those utilizing the .NET Framework. We hope these changes will enhance your experience and provide a more streamlined approach to using the GroupDocs.Metadata package. If you have any further questions or concerns, please don’t hesitate to reach out to our free support forum.

GroupDocs.Metadata for .NET is a powerful API for extracting, editing, and removing metadata from a wide variety of document formats including PDFs, Word files, images, and more. It supports common metadata standards like XMP, EXIF, and IPTC, allowing users to manage metadata for text, image, audio, and video files effortlessly. The API also provides extended capabilities such as handling password-protected documents, detecting digital signatures, and extracting hidden metadata properties. Whether you need to clean metadata for privacy or update properties for better document organization, GroupDocs.Metadata streamlines the process with a few lines of code.

Metadata Features

Reading, Updating, and Removing Metadata

  • Read Metadata – Retrieve metadata information from supported document formats.
  • Update Metadata – Modify or update existing metadata properties in documents.
  • Remove Metadata – Clean sensitive information by removing metadata from documents.

Tag-Based Metadata Management

  • Manage with Tags – Organize and identify metadata properties using tags.
  • Extract by Tag – Retrieve metadata based on specific assigned tags.
  • Add Tags – Assign custom tags to metadata for easier management.
  • Remove Tags – Delete tags from metadata properties.

Password-Protected Documents

  • Access Protected Files – Open, edit, and extract metadata from password-protected documents.
  • Encrypted Metadata Handling – Safely work with metadata inside encrypted or secured files.

Hidden Metadata Extraction

  • Extract Hidden Metadata – Detect and retrieve hidden metadata elements embedded in documents.
  • Analyze Hidden Data – Inspect metadata not visible in standard document properties.

Format Detection and MIME Identification

  • Auto Format Detection – Automatically detect the file format for accurate metadata extraction.
  • MIME Type Identification – Determine the MIME type of documents for correct metadata handling.

Media Metadata Management

  • Audio Files – Extract and manage metadata (duration, bitrate, codec, etc.).
  • Image Files – Work with image metadata such as resolution, EXIF data, and color profiles.
  • Video Files – Manage video metadata including frame rate, resolution, and encoding details.

Advanced Metadata Extraction

  • By Type – Extract metadata by type (e.g., author, creation date).
  • By Regex – Use regular expressions to find metadata matching custom patterns.
  • By Tag – Retrieve metadata properties marked with specific tags.

Selective Metadata Removal

  • Targeted Removal – Remove only selected metadata properties like author or modification date.

Adding and Updating Metadata

  • Add Properties – Insert new metadata properties into documents.
  • Update Properties – Modify existing metadata fields.

Traversing Metadata Trees

  • Tree Navigation – Browse through complex metadata trees to find or edit specific properties.

Exporting Metadata

  • To Excel – Export metadata to Excel format for reporting and analysis.
  • To Other Formats – Export metadata to XML, JSON, or CSV for easy sharing.

Standards Compliance

  • Metadata Standards Support – Work with metadata following Dublin Core, XMP, IPTC, and other standards.

Custom Tags and Properties

  • Custom Metadata Management – Add, edit, or remove custom tags and properties for tailored use cases.

Read & Write Metadata Formats

  • Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT
  • Microsoft Excel: XLS, XLSX, XLSM, XLSB, XLTM, XLT, XLTX, XLAM, SXC, SpreadsheetML
  • Microsoft PowerPoint: PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT, POTX, POTM
  • Microsoft Visio: VSD, VSDX, VSDM, VDX, VDW, VSS, VSSX, VSSM, VSX, VST, VSTX, VSTM, VTX
  • Microsoft Project: MPP
  • Microsoft Outlook: MSG, EML, EMLX, PST, OST
  • Microsoft OneNote: ONE
  • OpenDocument Formats: ODT (text), ODS (spreadsheets)
  • Portable Documents: PDF
  • Adobe Photoshop: PSD
  • AutoCAD Drawings: DWG, DXF
  • Images: JPG, JPEG, JPE, JP2, PNG, GIF, TIFF, WebP, BMP, DJVU, DJV, DICOM, CR2
  • Metafiles: EMF, WMF
  • Fonts: OTF, OTC, TTF, TTC
  • Audio: MP3, WAV
  • Video: AVI, MOV, QT, FLV, MKV
  • Matroska Media Containers: MKV, MKA, MK3D, WEBM
  • vCard Files: VCF, VCR
  • eBooks and Others: EPUB, TORRENT, ASF
  • 3D Models: 3DS, FBX, STL, DAE
  • Archives: ZIP, 7Z, RAR, TAR

GroupDocs.Metadata for .NET supports 110+ file formats (full list).

System Requirements

GroupDocs.Metadata for .NET requires no external software. It supports 32-bit and 64-bit operating systems with .NET or Mono installed.

Supported Operating Systems

  • Windows: Server 2003/2008/2012/2016/2019, Vista, XP, 7, 8, 8.1, 10, Azure
  • Linux: Ubuntu, OpenSUSE, CentOS, and others
  • Mac: macOS

Supported Frameworks

  • .NET Framework: 4.7.2 or higher
  • .NET: 6.0 or higher

Development Environments

  • Visual Studio (2010-2019)
  • Xamarin (Android, iOS, Mac)
  • MonoDevelop 2.4+

Installation

To install GroupDocs.Metadata for .NET via NuGet:

Using Package Manager GUI

  1. Open your project in Visual Studio.
  2. Go to Tools → NuGet Package Manager → Manage NuGet Packages.
  3. Search “GroupDocs.Metadata” and click Install.

Using Package Manager Console

  1. Open Package Manager Console in Visual Studio.
  2. Run: Install-Package GroupDocs.Metadata.

GroupDocs.Metadata will be added to your project.

Extract Basic Document Metadata using GroupDocs.Metadata for .NET

Learn how to extract essential metadata like file format, number of pages, and document size using GroupDocs.Metadata for .NET. Simplify metadata extraction in your .NET applications.

// Example: Extracting basic document metadata using GroupDocs.Metadata for .NET

// Load the document from the specified path
using (Metadata metadata = new Metadata(Constants.InputXlsx))
{
    // Check if the file format is recognized
    if (metadata.FileFormat != FileFormat.Unknown)
    {
        // Get document metadata information
        IDocumentInfo info = metadata.GetDocumentInfo();
        
        // Output the extracted metadata details
        Console.WriteLine("File format: {0}", info.FileType.FileFormat);
        Console.WriteLine("File extension: {0}", info.FileType.Extension);
        Console.WriteLine("MIME Type: {0}", info.FileType.MimeType);
        Console.WriteLine("Number of pages: {0}", info.PageCount);
        Console.WriteLine("Document size: {0} bytes", info.Size);
        Console.WriteLine("Is document encrypted: {0}", info.IsEncrypted);
    }
}

Remove Specific Metadata Properties from Documents

Discover how to remove specific metadata properties such as document author or editor from your files using GroupDocs.Metadata for .NET. Enhance your file privacy by removing unwanted metadata.

// Example: Removing specific metadata properties using GroupDocs.Metadata for .NET

// Load the document from the specified path
using (Metadata metadata = new Metadata(Constants.InputDocx))
{
    // Remove metadata properties based on specified criteria (e.g., author, editor, or containing "John")
    var affected = metadata.RemoveProperties(
        p => p.Tags.Contains(Tags.Person.Creator) ||
             p.Tags.Contains(Tags.Person.Editor) ||
             (p.Value.Type == MetadataPropertyType.String && p.Value.ToString().Contains("John"))
    );
    
    // Output the number of properties removed
    Console.WriteLine("Properties removed: {0}", affected);

    // Save the changes to the document
    metadata.Save(Constants.OutputDocx);
}

Docs API Ref Examples Blog Releases Support License



Direct Download

Icons

GroupDocs.Metadata for .NET 26.6

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 17/6/2026 Downloads:

Download

File Size: 357.38MB

Icons

GroupDocs.Metadata for .NET 26.6 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 17/6/2026 Downloads:

Download

File Size: 357.14MB

Icons

GroupDocs.Metadata for .NET 26.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 6/5/2026 Downloads:

Download

File Size: 238.74MB

Icons

GroupDocs.Metadata for .NET 26.5 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 6/5/2026 Downloads:

Download

File Size: 238.29MB

Icons

GroupDocs.Metadata for .NET 26.3 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 31/3/2026 Downloads:

Download

File Size: 233.25MB

Icons

GroupDocs.Metadata for .NET 26.3

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 31/3/2026 Downloads:

Download

File Size: 233.82MB

Icons

GroupDocs.Metadata for .NET 26.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 30/1/2026 Downloads:

Download

File Size: 233.82MB

Icons

GroupDocs.Metadata for .NET 26.1 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 30/1/2026 Downloads:

Download

File Size: 233.24MB

Icons

GroupDocs.Metadata for .NET 25.10 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 7/11/2025 Downloads:

Download

File Size: 233.24MB

Icons

GroupDocs.Metadata for .NET 25.10

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 7/11/2025 Downloads:

Download

File Size: 233.82MB

Icons

GroupDocs.Metadata for .NET 25.8 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 4/8/2025 Downloads:

Download

File Size: 228.85MB

Icons

GroupDocs.Metadata for .NET 25.7 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 17/7/2025 Downloads:

Download

File Size: 228.84MB

Icons

GroupDocs.Metadata for .NET 25.6

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 25/6/2025 Downloads:

Download

File Size: 229.4MB

Icons

GroupDocs.Metadata for .NET 25.6 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 25/6/2025 Downloads:

Download

File Size: 228.83MB

Icons

GroupDocs.Metadata for .NET 25.4 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 21/4/2025 Downloads:

Download

File Size: 222.77MB

Icons

GroupDocs.Metadata for .NET 25.4

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 21/4/2025 Downloads:

Download

File Size: 223.33MB

Icons

GroupDocs.Metadata for .NET 25.3

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 21/3/2025 Downloads:

Download

File Size: 223.29MB

Icons

GroupDocs.Metadata for .NET 25.3 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 21/3/2025 Downloads:

Download

File Size: 222.72MB

Icons

GroupDocs.Metadata for .NET 25.1

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 22/1/2025 Downloads:

Download

File Size: 223.28MB

Icons

GroupDocs.Metadata for .NET 25.1 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 22/1/2025 Downloads:

Download

File Size: 222.71MB

Icons

GroupDocs.Metadata for .NET 24.12

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 23/12/2024 Downloads:

Download

File Size: 211.53MB

Icons

GroupDocs.Metadata for .NET 24.12 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 23/12/2024 Downloads:

Download

File Size: 210.98MB

Icons

GroupDocs.Metadata for .NET 24.11

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 20/11/2024 Downloads:

Download

File Size: 211.53MB

Icons

GroupDocs.Metadata for .NET 24.11 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 20/11/2024 Downloads:

Download

File Size: 210.98MB

Icons

GroupDocs.Metadata for .NET 24.10

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 17/10/2024 Downloads:

Download

File Size: 211.53MB

Icons

GroupDocs.Metadata for .NET 24.10 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 17/10/2024 Downloads:

Download

File Size: 210.98MB

Icons

GroupDocs.Metadata for .NET 24.9

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 20/9/2024 Downloads:

Download

File Size: 211.48MB

Icons

GroupDocs.Metadata for .NET 24.9 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 20/9/2024 Downloads:

Download

File Size: 210.92MB

Icons

GroupDocs.Metadata for .NET 24.8

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 13/8/2024 Downloads:

Download

File Size: 211.47MB

Icons

GroupDocs.Metadata for .NET 24.7

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 24/7/2024 Downloads:

Download

File Size: 210.79MB

Icons

GroupDocs.Metadata for .NET 24.6

This contains the MSI installaer of GroupDocs.Metadata for .NET

Added: 20/6/2024 Downloads:

Download

File Size: 201.87MB

Icons

GroupDocs.Metadata for .NET 24.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 3/5/2024 Downloads:

Download

File Size: 201.87MB

Icons

GroupDocs.Metadata for .NET 24.4

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 9/4/2024 Downloads:

Download

File Size: 201.87MB

Icons

GroupDocs.Metadata for .NET 24.3

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 11/3/2024 Downloads:

Download

File Size: 201.86MB

Icons

GroupDocs.Metadata for .NET 24.2

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 6/2/2024 Downloads:

Download

File Size: 245.59MB

Icons

GroupDocs.Metadata for .NET 24.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 22/1/2024 Downloads:

Download

File Size: 242.75MB

Icons

GroupDocs.Metadata for .NET 23.12.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 19/12/2023 Downloads:

Download

File Size: 238.88MB

Icons

GroupDocs.Metadata for .NET 23.11

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 14/11/2023 Downloads:

Download

File Size: 222.51MB

Icons

GroupDocs.Metadata for .NET 23.10

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 27/10/2023 Downloads:

Download

File Size: 222.5MB

Icons

GroupDocs.Metadata for .NET 23.9

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 29/9/2023 Downloads:

Download

File Size: 222.5MB

Icons

GroupDocs.Metadata for .NET 23.8

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 17/8/2023 Downloads:

Download

File Size: 218.76MB

Icons

GroupDocs.Metadata for .NET 23.7

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 31/7/2023 Downloads:

Download

File Size: 218.73MB

Icons

GroupDocs.Metadata for .NET 23.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 24/5/2023 Downloads:

Download

File Size: 218.64MB

Icons

GroupDocs.Metadata for .NET 23.4

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 27/4/2023 Downloads:

Download

File Size: 209.25MB

Icons

GroupDocs.Metadata for .NET 23.3

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 22/3/2023 Downloads:

Download

File Size: 624.01MB

Icons

GroupDocs.Metadata for .NET 23.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 18/1/2023 Downloads:

Download

File Size: 623.02MB

Icons

GroupDocs.Metadata for .NET 22.11

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 8/11/2022 Downloads:

Download

File Size: 208.93MB

Icons

GroupDocs.Metadata for .NET 22.9

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 16/9/2022 Downloads:

Download

File Size: 208.92MB

Icons

GroupDocs.Metadata for .NET 22.9 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version.Download this if you want to use GroupDocs.Metadata for .NET without the MSI installer. This ZIP download does not contain the demo projects.

Added: 16/9/2022 Downloads:

Download

File Size: 208.39MB

Icons

GroupDocs.Metadata for .NET 21.8

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 8/9/2021 Downloads:

Download

File Size: 142.3 MB

Icons

GroupDocs.Metadata for .NET 21.8 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 8/9/2021 Downloads:

Download

File Size: 141.9 MB

Icons

GroupDocs.Metadata for .NET 21.6

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 6/11/2021 Downloads:

Download

File Size: 142.3 MB

Icons

GroupDocs.Metadata for .NET 21.6 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 6/11/2021 Downloads:

Download

File Size: 141.9 MB

Icons

GroupDocs.Metadata for .NET 21.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 5/13/2021 Downloads:

Download

File Size: 142.9 MB

Icons

GroupDocs.Metadata for .NET 21.5 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 5/13/2021 Downloads:

Download

File Size: 142.4 MB

Icons

GroupDocs.Metadata for .NET 21.4

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 4/1/2021 Downloads:

Download

File Size: 141.9 MB

Icons

GroupDocs.Metadata for .NET 21.4 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 4/1/2021 Downloads:

Download

File Size: 141.4 MB

Icons

GroupDocs.Metadata for .NET 21.2

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 2/4/2021 Downloads:

Download

File Size: 141.3 MB

Icons

GroupDocs.Metadata for .NET 21.2 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 2/4/2021 Downloads:

Download

File Size: 140.8 MB

Icons

GroupDocs.Metadata for .NET 21.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 1/20/2021 Downloads:

Download

File Size: 137.7 MB

Icons

GroupDocs.Metadata for .NET 21.1 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 1/20/2021 Downloads:

Download

File Size: 137.2 MB

Icons

GroupDocs.Metadata for .NET 20.11

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 11/2/2020 Downloads:

Download

File Size: 137.4 MB

Icons

GroupDocs.Metadata for .NET 20.11 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 11/2/2020 Downloads:

Download

File Size: 137.0 MB

Icons

GroupDocs.Metadata for .NET 20.10

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 9/30/2020 Downloads:

Download

File Size: 136.5 MB

Icons

GroupDocs.Metadata for .NET 20.10 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 9/30/2020 Downloads:

Download

File Size: 136.1 MB

Icons

GroupDocs.Metadata for .NET 20.9

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 9/4/2020 Downloads:

Download

File Size: 136.5 MB

Icons

GroupDocs.Metadata for .NET 20.9 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 9/4/2020 Downloads:

Download

File Size: 136.0 MB

Icons

GroupDocs.Metadata for .NET 20.8

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 8/11/2020 Downloads:

Download

File Size: 136.5 MB

Icons

GroupDocs.Metadata for .NET 20.8 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 8/11/2020 Downloads:

Download

File Size: 136.0 MB

Icons

GroupDocs.Metadata for .NET 20.7

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 7/3/2020 Downloads:

Download

File Size: 123.7 MB

Icons

GroupDocs.Metadata for .NET 20.7 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 7/3/2020 Downloads:

Download

File Size: 123.3 MB

Icons

GroupDocs.Metadata for .NET 20.6

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 6/3/2020 Downloads:

Download

File Size: 123.7 MB

Icons

GroupDocs.Metadata for .NET 20.6 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 6/3/2020 Downloads:

Download

File Size: 123.2 MB

Icons

GroupDocs.Metadata for .NET 20.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 5/6/2020 Downloads:

Download

File Size: 120.7 MB

Icons

GroupDocs.Metadata for .NET 20.5 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 5/6/2020 Downloads:

Download

File Size: 120.3 MB

Icons

GroupDocs.Metadata for .NET 20.4

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 4/2/2020 Downloads:

Download

File Size: 119.9 MB

Icons

GroupDocs.Metadata for .NET 20.4 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 4/2/2020 Downloads:

Download

File Size: 119.3 MB

Icons

GroupDocs.Metadata for .NET 20.3

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 3/13/2020 Downloads:

Download

File Size: 119.8 MB

Icons

GroupDocs.Metadata for .NET 20.3 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 3/13/2020 Downloads:

Download

File Size: 119.3 MB

Icons

GroupDocs.Metadata for .NET 20.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 1/23/2020 Downloads:

Download

File Size: 119.8 MB

Icons

GroupDocs.Metadata for .NET 20.1 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 1/23/2020 Downloads:

Download

File Size: 119.3 MB

Icons

GroupDocs.Metadata for .NET 19.11

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 11/29/2019 Downloads:

Download

File Size: 62.3 MB

Icons

GroupDocs.Metadata for .NET 19.11 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 11/29/2019 Downloads:

Download

File Size: 61.8 MB

Icons

GroupDocs.Metadata for .NET 19.5.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 6/14/2019 Downloads:

Download

File Size: 62.7 MB

Icons

GroupDocs.Metadata for .NET 19.5.1 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 6/14/2019 Downloads:

Download

File Size: 62.1 MB

Icons

GroupDocs.Metadata for .NET 19.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 5/29/2019 Downloads:

Download

File Size: 62.5 MB

Icons

GroupDocs.Metadata for .NET 19.5 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 5/29/2019 Downloads:

Download

File Size: 62.0 MB

Icons

GroupDocs.Metadata for .NET 19.4

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 4/4/2019 Downloads:

Download

File Size: 63.9 MB

Icons

GroupDocs.Metadata for .NET 19.4 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 4/4/2019 Downloads:

Download

File Size: 63.4 MB

Icons

GroupDocs.Metadata for .NET 19.3

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 3/7/2019 Downloads:

Download

File Size: 63.9 MB

Icons

GroupDocs.Metadata for .NET 19.3 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 3/7/2019 Downloads:

Download

File Size: 63.3 MB

Icons

GroupDocs.Metadata for .NET 19.2

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 2/7/2019 Downloads:

Download

File Size: 63.8 MB

Icons

GroupDocs.Metadata for .NET 19.2 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 2/7/2019 Downloads:

Download

File Size: 63.2 MB

Icons

GroupDocs.Metadata for .NET 19.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 1/10/2019 Downloads:

Download

File Size: 63.8 MB

Icons

GroupDocs.Metadata for .NET 19.1 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 1/10/2019 Downloads:

Download

File Size: 63.2 MB

Icons

GroupDocs.Metadata for .NET 18.12

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 12/5/2018 Downloads:

Download

File Size: 63.3 MB

Icons

GroupDocs.Metadata for .NET 18.12 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 12/5/2018 Downloads:

Download

File Size: 62.8 MB

Icons

GroupDocs.Metadata for .NET 18.11

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 11/1/2018 Downloads:

Download

File Size: 63.5 MB

Icons

GroupDocs.Metadata for .NET 18.11 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 11/1/2018 Downloads:

Download

File Size: 63.0 MB

Icons

GroupDocs.Metadata for .NET 18.10

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 10/5/2018 Downloads:

Download

File Size: 62.2 MB

Icons

GroupDocs.Metadata for .NET 18.10 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 10/5/2018 Downloads:

Download

File Size: 61.6 MB

Icons

GroupDocs.Metadata for .NET 18.9

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 9/4/2018 Downloads:

Download

File Size: 62.0 MB

Icons

GroupDocs.Metadata for .NET 18.9 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 9/4/2018 Downloads:

Download

File Size: 61.5 MB

Icons

GroupDocs.Metadata for .NET 18.8

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 8/3/2018 Downloads:

Download

File Size: 60.8 MB

Icons

GroupDocs.Metadata for .NET 18.8 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 8/3/2018 Downloads:

Download

File Size: 60.2 MB

Icons

GroupDocs.Metadata for .NET 18.7

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 7/18/2018 Downloads:

Download

File Size: 60.7 MB

Icons

GroupDocs.Metadata for .NET 18.7 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 7/18/2018 Downloads:

Download

File Size: 60.2 MB

Icons

GroupDocs.Metadata for .NET 18.5

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 5/10/2018 Downloads:

Download

File Size: 60.4 MB

Icons

GroupDocs.Metadata for .NET 18.5 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 5/10/2018 Downloads:

Download

File Size: 59.9 MB

Icons

GroupDocs.Metadata for .NET 18.4

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 4/12/2018 Downloads:

Download

File Size: 60.4 MB

Icons

GroupDocs.Metadata for .NET 18.4 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 4/12/2018 Downloads:

Download

File Size: 59.9 MB

Icons

GroupDocs.Metadata for .NET 18.2

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 2/7/2018 Downloads:

Download

File Size: 58.8 MB

Icons

GroupDocs.Metadata for .NET 18.2(DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 2/7/2018 Downloads:

Download

File Size: 58.3 MB

Icons

GroupDocs.Metadata for .NET 18.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 1/12/2018 Downloads:

Download

File Size: 58.8 MB

Icons

GroupDocs.Metadata for .NET 18.1(DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 1/12/2018 Downloads:

Download

File Size: 58.3 MB

Icons

GroupDocs.Metadata for .NET 17.12

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 12/12/2017 Downloads:

Download

File Size: 52.2 MB

Icons

GroupDocs.Metadata for .NET 17.12(DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 12/12/2017 Downloads:

Download

File Size: 51.8 MB

Icons

GroupDocs.Metadata for .NET 17.11

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 11/6/2017 Downloads:

Download

File Size: 52.2 MB

Icons

GroupDocs.Metadata for .NET 17.11(DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 11/6/2017 Downloads:

Download

File Size: 51.8 MB

Icons

GroupDocs.Metadata for .NET 17.10.2

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 10/24/2017 Downloads:

Download

File Size: 52.2 MB

Icons

GroupDocs.Metadata for .NET 17.10.2 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 10/24/2017 Downloads:

Download

File Size: 51.8 MB

Icons

GroupDocs.Metadata for .NET 17.10.1

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 10/10/2017 Downloads:

Download

File Size: 52.2 MB

Icons

GroupDocs.Metadata for .NET 17.10.1 (DLLs only)

It contains GroupDocs.Metadata for .NET 17.10.1 (DLLs only) release.

Added: 10/10/2017 Downloads:

Download

File Size: 51.8 MB

Icons

GroupDocs.Metadata for .NET 17.10

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 10/3/2017 Downloads:

Download

File Size: 52.0 MB

Icons

GroupDocs.Metadata for .NET 17.10 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 10/3/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.9.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 9/14/2017 Downloads:

Download

File Size: 52.0 MB

Icons

GroupDocs.Metadata for .NET 17.9.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 9/14/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.8.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 8/15/2017 Downloads:

Download

File Size: 52.0 MB

Icons

GroupDocs.Metadata for .NET 17.8.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 8/15/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.6.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 6/18/2017 Downloads:

Download

File Size: 51.9 MB

Icons

GroupDocs.Metadata for .NET 17.6.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 6/18/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.5.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 5/11/2017 Downloads:

Download

File Size: 51.9 MB

Icons

GroupDocs.Metadata for .NET 17.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 5/11/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.3.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 3/10/2017 Downloads:

Download

File Size: 51.9 MB

Icons

GroupDocs.Metadata for .NET 17.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 3/10/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.2.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 2/6/2017 Downloads:

Download

File Size: 51.9 MB

Icons

GroupDocs.Metadata for .NET 17.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 2/6/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 17.1.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 1/12/2017 Downloads:

Download

File Size: 51.9 MB

Icons

GroupDocs.Metadata for .NET 17.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 1/12/2017 Downloads:

Download

File Size: 51.5 MB

Icons

GroupDocs.Metadata for .NET 16.12.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 12/8/2016 Downloads:

Download

File Size: 49.6 MB

Icons

GroupDocs.Metadata for .NET 16.12.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 12/8/2016 Downloads:

Download

File Size: 49.2 MB

Icons

GroupDocs.Metadata for .NET 16.11.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 11/4/2016 Downloads:

Download

File Size: 49.6 MB

Icons

GroupDocs.Metadata for .NET 16.11.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 11/4/2016 Downloads:

Download

File Size: 49.2 MB

Icons

GroupDocs.Metadata for .NET 16.10.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 10/5/2016 Downloads:

Download

File Size: 48.7 MB

Icons

GroupDocs.Metadata for .NET 16.10.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 10/5/2016 Downloads:

Download

File Size: 48.3 MB

Icons

GroupDocs.Metadata for .NET 1.7.0

This contains the MSI installer of GroupDocs.Metadata for .NET

Added: 9/7/2016 Downloads:

Download

File Size: 48.7 MB

Icons

GroupDocs.Metadata for .NET 1.7.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 9/7/2016 Downloads:

Download

File Size: 48.3 MB

Icons

GroupDocs.Metadata for .NET 1.6.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 8/8/2016 Downloads:

Download

File Size: 48.7 MB

Icons

GroupDocs.Metadata for .NET 1.6.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 8/8/2016 Downloads:

Download

File Size: 48.3 MB

Icons

GroupDocs.Metadata for .NET 1.5.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 7/6/2016 Downloads:

Download

File Size: 48.6 MB

Icons

GroupDocs.Metadata for .NET 1.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 7/6/2016 Downloads:

Download

File Size: 48.1 MB

Icons

GroupDocs.Metadata for .NET 1.4.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 6/3/2016 Downloads:

Download

File Size: 45.7 MB

Icons

GroupDocs.Metadata for .NET 1.4.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 6/3/2016 Downloads:

Download

File Size: 45.2 MB

Icons

GroupDocs.Metadata for .NET 1.3.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 5/6/2016 Downloads:

Download

File Size: 42.9 MB

Icons

GroupDocs.Metadata for .NET 1.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 5/6/2016 Downloads:

Download

File Size: 42.5 MB

Icons

GroupDocs.Metadata for .NET 1.2.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 4/6/2016 Downloads:

Download

File Size: 39.8 MB

Icons

GroupDocs.Metadata for .NET 1.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 4/6/2016 Downloads:

Download

File Size: 39.7 MB

Icons

GroupDocs.Metadata for .NET 1.0.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 3/11/2016 Downloads:

Download

File Size: 33.8 MB

Icons

GroupDocs.Metadata for .NET 1.1.0

GroupDocs.Metadata for .NET is a class library to process metadata associated wi...

Added: 3/11/2016 Downloads:

Download

File Size: 39.8 MB

Icons

GroupDocs.Metadata for .NET 1.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The asse...

Added: 3/11/2016 Downloads:

Download

File Size: 39.7 MB

Icons

GroupDocs.Metadata for .NET 1.0.0 (DLLs only)

This ZIP file contains only the GroupDocs.Metadata for .NET assemblies. The ...

Added: 2/5/2016 Downloads:

Download

File Size: 33.8 MB


 English