Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 2,711 for

one

(0.14 sec)
  1. 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....The interface contains only one method, AcceptRedaction, which...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....key for encryption (at least one character) * </p> */ public final...key for encryption (at least one character) * </p> */ public final...

    docs.groupdocs.com/signature/java/search-embed-...
  3. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....strings are the same as the ones that you pass to method implementors...information on several invoices in one table. # Ware Pack Quantity «foreach...

    docs.groupdocs.com/assembly/net/template-syntax...
  4. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document page with options on compOnent positioning, alignment and other visual options with GroupDocs.Signature...fields or update the existing ones within the documents. The class...signature. The class contains one object that specifies the properties...

    docs.groupdocs.com/signature/net/esign-document...
  5. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....options, use the method for one of the following classes (depending...You can set the property to one of the following values: (default)...

    docs.groupdocs.com/viewer/java/specify-renderin...
  6. How to Convert MPP to PDF in Java

    Easily transform Microsoft project files into a non-editable format, learn how to convert MPP to PDF in Java, and develop the Java MPP to PDF converter application....MPP to PDF in Java by using one of the best document converter...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert TeX to PDF using C#

    This tutorial walks you through the workflow to convert TeX to PDF using C# by consuming a few API calls and provides sample code for TeX to PDF converter in C#....instructions are straightforward and one can easily use them on any of...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert ODT to PDF in Java

    This short tutorial focuses on the process to convert ODT to PDF in Java. Learn how to create code to export ODT to PDF using Java and customize the converted file....thorough instructions by consuming one of the popular document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert PDF to Image in C#

    Review the document transformation procedure and learn the guide to convert PDF to Image in C# and explore working sample code to convert PDF to Image using C#....converting the document from one format to another. Further, you...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java.... We will use one of the popular Signature library...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...