This article explains how to search for Metadata electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Metadata Product Solution GroupDocs...Usage / Search / 🔍 Metadata Search for Metadata e-Signatures Leave...
Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root Metadata package Extract the native Metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties
using (MetadataMetadata = new Metadata(Constants.InputFlv)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP Metadata GroupDocs....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information.
Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with Metadata directly but extracts some useful pieces of information that can be considered as Metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Metadata Product Solution GroupDocs...document with Metadata signature eSign document with Metadata signature...
This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of Metadata properties and nested Metadata packages. You can easily iterate through the Metadata tree...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
Access, read, update, and remove IPTC IIM Metadata using GroupDocs.Metadata for Python via .NET....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...
This article explains how to add Metadata signatures to Spreadsheet document with GroupDocs.Signature...Metadata Product Solution GroupDocs...Electronic Signature Types / Metadata signatures / ✍️ eSign Spreadsheet...
Learn how to read Metadata properties from glTF file...Metadata for .NET is a robust library...to handle multiple types of metadata across various document types...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root Metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_Metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties
try (MetadataMetadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in Metadata properties To access built-in Metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
This article explains how to add Metadata signatures to Spreadsheet document with GroupDocs.Signature...Metadata Product Solution GroupDocs...Electronic signature types / Metadata signatures / eSign Spreadsheet...