This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java.... log ( `Property name: ${ propertyName...getDocumentInfo (); console . log ( "Author: " + pdfInfo . getAuthor...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison.... log ( `\nFile type: ${ info . getFileType...getFileFormat () } ` ); console . log ( `Number of pages: ${ info ...
Logging when rendering documents with GroupDocs.Viewer for .NET...guide / LoggingLogging Leave feedback By default, logging is disabled...documents. You can log to the console or a file. To log, use the interface...
GroupDocs.Metadata allows users to get meta information of a document.... log ( `File format: ${ info . getFileType...getFileFormat () } ` ); console . log ( `File extension: ${ info ....
Logging when rendering documents with GroupDocs.Viewer for Java...Guide / LoggingLogging Leave feedback By default, logging is disabled...documents. You can log to a file. To log to a text file, use...
Logging when converting documents with GroupDocs.Conversion for Java...Java / Developer guide / LoggingLogging Leave feedback On this...this page provides logging capabilities to track the application’s...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java.... log ( `TextFormField detected, name:.... CheckBoxForm ); console . log ( `CheckBoxForm detected, name:...
Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored.
You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings.... log ( 'Time: ' + report . getStartTime...getStartTime ()); console . log ( 'Duration: ' + report . getIndexingTime...