GroupDocs.Metadata allows you to load password-protected Documents and load files from different sources.
For more details please refer to the following guides:...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
Quick Start section for GroupDocs.Metadata API Manage metadata in your Documents fast and easy with our intuitive and powerful API just with a few lines of code.
Let’s review common usage scenarios when Documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
In this article we show how to substitute missing font when converting presentations to HTML and PDF with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images.
The following are the steps to read the native DICOM metadata.
Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
This section decsribes how to get started with GroupDocs.Merger for Python via .NET library...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
Note This page contains release notes for GroupDocs.Metadata for .NET 19.1. Major Features There are the following features and enhancements in this release:
Add support for the Matroska multimedia container Add support for password-protected OneNote Documents Reduce memory consumption of supported Visio formats Reduce memory consumption of supported OneNote formats Reduce memory consumption of supported CAD formats Reduce memory consumption of supported Email formats Reduce memory consumption of the MOV format Remove the obsolete code related to the TIFF/EXIF functionality Remove obsolete members of the DublinCorePackage class All Changes Key Summary Category METADATANET-519 Add support for the Matroska multimedia container New Feature METADATANET-2556 Add support for password-protected OneNote Documents New Feature METADATANET-2513 Reduce memory consumption of supported Visio formats Enhancement METADATANET-2517 Reduce memory consumption of supported OneNote formats Enhancement METADATANET-2538 Reduce memory consumption of supported CAD formats Enhancement METADATANET-2539 Reduce memory consumption of supported Email formats Enhancement METADATANET-2544 Reduce memory consumption of the MOV format Enhancement METADATANET-1565 Remove the obsolete code related to the TIFF/EXIF functionality Enhancement METADATANET-1577 Remove obsolete members of the DublinCorePackage class Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...