Log Files on GroupDocs BLog | Document Automation Solutions for .NET & Java Developers Recent content in Log Files on GroupDocs BLog | Document Automation Solutions for .NET & Java Developers Group......Log Files on GroupDocs Blog | Document Automation Solutions for...Developers Recent content in Log Files on GroupDocs Blog | Document...
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, obtain document details, retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature.... log ( `Document properties ${ path...filePath ) } ` ); console . log ( ` - format : ${ documentInfo...
GroupDocs.Metadata allows users to get meta information of a document.... log ( `File format: ${ info . getFileType...getFileFormat () } ` ); console . log ( `File extension: ${ info ....
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...