Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 957 for

log

(1.21 sec)
  1. Redaction basics | GroupDocs

    This article shows that how Python 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/python-net/redacti...
  2. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk 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...
  3. Use advanced logging | GroupDocs

    Learn advanced Logging techniques available in the redaction API...documents / Use advanced logging Use advanced logging Leave feedback You...you can use it to track error log records: C# using ( Stream stream...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  4. 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...
  5. 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...
  6. Load document from stream | GroupDocs

    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-...
  7. Load custom fonts | GroupDocs

    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...
  8. Clean metadata | GroupDocs

    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...
  9. Use redaction callback | GroupDocs

    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...
  10. Obtain document history information | GroupDocs

    This article shows how to obtain the history of document changes with GroupDocs.Signature API.... Each history log record contains following information.... print ( "Document Process logs information: count = " + documentInfo...

    docs.groupdocs.com/signature/java/obtain-docume...