This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.
Load a file to examine Get a collection of PropertyDescriptor instances for any desired Metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors
JavaScript const Metadata = new Groupdocs.Metadata.Metadata("input.doc"); var root = Metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iGroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This section explains how to search for electronic signatures across document and its pages with advanced options....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Extract RIFF INFO of WAV in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract RIFF INFO of WAV in CSharp on Groupdocs Blog | Document Aut......INFO of WAV in CSharp on GroupDocs Blog | Document Automation...INFO of WAV in CSharp on GroupDocs Blog | Document Automation...
Extract RIFF INFO of WAV in Java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract RIFF INFO of WAV in Java on Groupdocs Blog | Document Automat......RIFF INFO of WAV in Java on GroupDocs Blog | Document Automation...RIFF INFO of WAV in Java on GroupDocs Blog | Document Automation...
Extract RIFF INFO of WAV in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract RIFF INFO of WAV in CSharp on Groupdocs Blog | Document Aut......INFO of WAV in CSharp on GroupDocs Blog | Document Automation...INFO of WAV in CSharp on GroupDocs Blog | Document Automation...
Get ZIP format Metadata The API allows detecting ZIP archives and reading format Metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root Metadata package Extract the native Metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get Metadata from a ZIP archive.
advanced_usage.managing_Metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Groupdocs.Metadata allows users to get meta information of a document....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...