Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 2,700 for

one

(0.07 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. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....covers some improvements and one bug fix. Features like Comparison...introduce some new features, one improvement and bug fixes in...

    blog.groupdocs.com/categories/groupdocs.compari...
  3. PowerPoint Presentation

    Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides Edited tips on 2nd slide Outlines Slide Structure Fonts Colour Background Graphs Spelling and Grammar Conclusions Questions Tips to be C......Slide Structure – Good Show one point at a time: Will help audience...Use backgrounds such as this one that are attractive but simple...

    docs.groupdocs.com/editor/net/sample-files/Outp...
  4. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.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-...
  5. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.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-for-em...
  6. 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...
  7. 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/python-net/template...
  8. 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...
  9. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of compOnent in our application, as I am alread…...am already coordinating with one of your reseller. Hence, I am...BTW, could you please clarify one point that is currently unclear...

    forum.groupdocs.com/t/groupdocs-parser/15108
  10. How to Convert Excel to CSV in Java

    This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....have transformed documents from one Spreadsheet format to another...

    kb.groupdocs.com/conversion/java/how-to-convert...