Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 842 for

log

(0.04 sec)
  1. Install GroupDocs.Viewer for Node.js via Java |...

    Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting.... log ( 'GroupDocs.Viewer loaded:'...=== 'function' ); console . log ( 'Java bridge initialized successfully...

    docs.groupdocs.com/viewer/nodejs-java/installat...
  2. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Watermark for Node.js via Java without a license (Evaluation Limitations)... log ( 'License set successfully.'...' ); } catch { console . log ( "\nWe do not ship any license...

    docs.groupdocs.com/watermark/nodejs-java/evalua...
  3. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files.... log ( 'Images found: ' + result ...getFoundImage ( i ); console . log ( image . getDocumentInfo ()...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  4. Redaction Basics | GroupDocs

    This article shows that how Java 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....RedactorChangeLog instance, containing a log entry for each redaction applied...to iterate through redaction log entries in RedactorChangeLog...

    docs.groupdocs.com/redaction/java/redaction-bas...
  5. Use advanced logging | GroupDocs

    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-...
  6. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications.... log ( fileType . toString ()); });...

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  7. 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...
  8. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats.... log ( "File type: " + info . getFileType...getFileType ()) console . log ( "The number of pages: " + info ...

    docs.groupdocs.com/viewer/nodejs-java/render-ca...
  9. 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-...
  10. Redaction basics | GroupDocs

    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/