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

log

(0.07 sec)
  1. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats.... log ( "File type: " + viewInfo .... getFileType ()) console . log ( "Pages count: " + viewInfo ...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...
  2. 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-...
  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. Get supported file formats | Documentation

    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...
  5. 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...
  6. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats.... log ( "File type: " + viewInfo .... getFileType ()); console . log ( "The number of pages: " + viewInfo...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  7. 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-...
  8. 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/
  9. Servlets Based Front End Project for GroupDocs....

    Now, it’s quite easy for those Java developers who like to write their own Servlet based applications using GroupDocs.Viewer for Java 3.x API. GroupDocs team is pleased to release the Servlet based front end project. This project elaborates all GroupDocs.Viewer for Java 3.x functionalities and helps developers in integrating the API in their projects. As the project is open source and published on GitHub, developers can customize it as per their needs....in the project – create and log the issue on Github. In this...

    blog.groupdocs.com/viewer/servlets-based-front-...
  10. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....compare ( output_file_path ) # Log the success message with the...

    docs.groupdocs.com/comparison/python-net/load-f...