Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 4,518 for

groupdocs.total,

(0.09 sec)
  1. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. 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....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.

    docs.groupdocs.com/redaction/java/use-redaction...
  3. Get document Info | Documentation

    This artcle explains how to get document information...This artcle explains how to get document information

    docs.groupdocs.com/watermark/java/get-document-...
  4. Render specific pages | Documentation

    This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your Java applications....This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/view-specific-pa...
  5. How to change the maximum size of a file | Docu...

    This article shows how to change the maximum size of a file....This article shows how to change the maximum size of a file.

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  6. Protect PDF document | Documentation

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer....Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer.

    docs.groupdocs.com/viewer/python-net/protect-pd...
  7. How to Convert DOCX to MHTML using C#

    This article will walk you through the process to convert docx to mhtml using C#. You will also find code example in this article to generate mhtml from docx in C#....This article will walk you through the process to convert docx to mhtml using C#. You will also find code example in this article to generate mhtml from docx in C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java....This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Verify Digital signatures in the document | Doc...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....This topic explains how to verify digital electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/verify-digita...
  10. Merge XLSX files using Java

    Discover the process of how to merge XLSX files using Java. Enhance document management efficiency by learning how to combine XLSX files in Java programming....Discover the process of how to merge XLSX files using Java. Enhance document management efficiency by learning how to combine XLSX files in Java programming.

    kb.groupdocs.com/merger/java/merge-xlsx-files-u...