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;iLog(descriptor.getName()); console.Log(descriptor.getType().getRawValue()); console.Log(descriptor.getAccessLevel().getRawValue()); var tags = descriptor.getTags(); for(var j=0;jlog ( descriptor . getName ()); console . log ( descriptor... getRawValue ()); console . log ( descriptor . getAccessLevel...
This article shows how to access XMP metadata in a file of any supported format.... log ( root . getXmpPackage (). getSchemes...getCreatorTool ()); console . log ( root . getXmpPackage (). getSchemes...
Enable and configure Logging for document conversions with GroupDocs.Conversion for Python via .NET....Developer Guide / Logging and Diagnostics Logging and Diagnostics...feedback On this page To enable logging, use either the ConsoleLogger...
Defines database documents. Includes the following file types Nsf./databasefiletype/nsfLog./databasefiletype/LogSql./databasefiletype/sql...the following file types: Nsf Log Sql public sealed class DatabaseFileType...Description static readonly Log A file with .log extension contains the...
This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications... log ( util . format ( '%s is of type...conversions . getAll (); console . log ( items ); items . spliterator...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java.... log ( "Homophones for 'braid':" );...of homophones ) { console . log ( homophone ); } // Getting groups...
Sometimes, we have a lot of different formatted documents. We create index then perform search and API shows hits from all the indexed documents. Ever thought to get search results from desired documents only?
Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs.... Settings for Log Functionality This improvement...allows to set up log file name and maximum log file size. Below...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... log ( "Synonyms for 'make':" ); for...synonym of synonyms ) { console . log ( synonym ); } // Getting groups...
This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET....database file conversions From To LOG Image: , , , , , , , , , JPG...file format. For example, a LOG to PDF conversion code snippet...
This article explains how to implement custom Logging and use it while document processing with GroupDocs.Signature within your .NET applications....Advanced usage / Logging / Custom logging Custom logging Leave feedback...feedback On this page By default logging is disabled when processing...