Note This page contains release notes for GroupDocs.Metadata for .NET 23.1 Major Features There are the following features, enhancements, and fixes in this release:
Add support for .dng RAW format Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3989 Support DNG format. New Feature Public API and Backward Incompatible Changes Implement the ability to configure cache for heavy operations This improvement allows you to Extract metadata from the ....improvement allows you to extract metadata from the .dng format...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
// Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...ProtectedDocx , loadOptions )) { // Extract, edit or remove metadata here...
All Classes Packages com.groupdocs.editor com.groupdocs.editor.formats com.groupdocs.editor.handler com.groupdocs.edi......which this method will try to extract the resultant IResourceType...
This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API...attachments Leave feedback Extract all attachments from excel...Watermark API allows you to extract in Excel document. Following...
This code snippet demonstrates how to Extract information about known properties that can be encountered in a particular package....snippet demonstrates how to extract information about known properties...package Iterate through the extracted descriptors AdvancedUsage...
Reading JPEG2000 comments The GroupDocs.Metadata API supports Extracting format-specific information from JPEG2000 images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments
using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...
Document viewer Node.js Cloud SDK and REST APIs to render all popular business document formats in HTML, image, PDF or its original format.... Metadata ExtractionExtract document metadata, including...quick overview. Text ExtractionExtract text content from documents...
Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11:
The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... Extracting and updating metadata was...collections of properties extracted from different files. Old...
API reference and code snippets for working with GroupDocs.Viewer, GroupDocs.Annotation, and other GroupDocs products. References are available for .NET and Java....Parser Product Family Parse, extract images, raw & formatted text...