Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 383 for

log

(0.04 sec)
  1. 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...
  2. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API.... log ( `Note document converted successfully...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. 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-...
  4. 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...
  5. Cancel document viewing in ASP.NET Core - Free ...

    Hi, Is there any way to cancel document rendering in ASP.NET Core? Cancel rendering | Documentation (groupdocs.com) For example if there’s issue in the document, and we’d like to cancel it within IFileStorage.ReadFile…...IErrorMessageProvide interface to log errors or return a custom error...

    forum.groupdocs.com/t/cancel-document-viewing-i...
  6. How to Integrate and Use GroupDocs' Online Sign...

    We have published a GroupDocs’ Signature plugin for Chrome. This online signature add-on provides GroupDocs users with a slick interface for signing documents from within Gmail. GroupDocs’ online signature plugin gives you the ability to sign documents online in Gmail emails, without having to install bulky office software. When you need to sign a document, GroupDocs Signature opens it for you. With the plugin, you no longer have to Log in to the GroupDocs website to view a document....plugin, you no longer have to log in to the GroupDocs website to...

    blog.groupdocs.com/signature/how-to-integrate-a...
  7. Load document from stream | Documentation

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Node.js via Java API.... log ( `Source document converted...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents 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-c...
  9. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... log ( `\nProperties removed: ${ affected...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  10. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full Log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....redaction process or to keep a full log of changes in the document, you...

    docs.groupdocs.com/redaction/java/use-redaction...