Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 496 for

log

(0.03 sec)
  1. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Java applications.... log ( fileTypes . get ( count )....

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  2. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....documents / Use advanced logging Use advanced logging Leave feedback You...you can use it to track error log records: CustomLogger logger...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. Metadata Editor Powered by GroupDocs.Metadata f...

    Are you looking for some metadata editing tool to manipulate your files? Your search is over as the Metadata Editor powered by GroupDocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the metadata information attached with the supported file formats using GroupDocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the basic features exposed by the .... – create and log the issue on Github. In this...

    blog.groupdocs.com/metadata/metadata-editor-pow...
  4. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....receive instance, containing a log entry for each redaction applied...to iterate through redaction log entries in and check for property...

    docs.groupdocs.com/redaction/net/redaction-basics/
  5. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... log ( document . getFilePath ());...item of items ) { console . log ( '\t' + item . getInnerPath...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  6. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of documents in a browser....in the project – create and log the issue on Github. In this...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...
  7. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents.... log ( 'Image watermark added and...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  8. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document.... log ( document . toString ()); for...the found document console . log ( '\t' + field . getName ());...

    docs.groupdocs.com/search/nodejs-java/highlight...
  9. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types.... log ( fileType . getExtension ()...

    docs.groupdocs.com/search/nodejs-java/get-suppo...
  10. Licensing and evaluation | Documentation

    GroupDocs.Merger for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation.... log ( `Set license error: ${ err...err } ` ) } else { console . log ( 'License set OK' ) } }) Changing...

    docs.groupdocs.com/merger/nodejs-java/licensing...