Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 4,598 for

text signature

(0.09 sec)
  1. 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....Signature Product Solution GroupDocs...) { System . out . print ( "Text " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java....Signature Product Solution GroupDocs...different document parts and blocks: Text blocks - paragraphs, words and...

    docs.groupdocs.com/comparison/java/compare-docu...
  3. In-Table List With Alternate Content in Word Pr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Word Processing Document format based on the use case: Working with a Business Case. In-Table List With Alternate Content in Microsoft Word Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Word 2013. Click the document where you want to add the table....Signature Product Solution GroupDocs...Creating the Template OpenDocument Text (ODT) is a word processing document...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Signature Product Solution GroupDocs...from the document, containing texts like “use”, “show” or “describe”...

    docs.groupdocs.com/redaction/java/annotation-re...
  5. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Signature Product Solution GroupDocs...messages that contain specific text in the subject or body. —Allows...

    docs.groupdocs.com/viewer/nodejs-java/render-lo...
  6. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....Signature Product Solution GroupDocs...PdfArtifactWatermark (); // Add text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/java/watermarks-in...
  7. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: Textual replacements are not supported, so you have to use color box replacements to redact Text in images....Signature Product Solution GroupDocs...color box replacements to redact text in images. Spreadsheets, HTML...

    docs.groupdocs.com/redaction/net/using-ocr/
  8. How to Run Examples | Documentation

    This article describes how to run Java Search API code examples....Signature Product Solution GroupDocs...js file using your favorite text editor. Uncomment examples that...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  9. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....Signature Product Solution GroupDocs...different document parts and blocks: Text blocks - paragraphs, words and...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  10. Indexing metadata of documents | Documentation

    API allows creating of full-Text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Signature Product Solution GroupDocs...Search allows creating of full-text and / or metadata index on documents...

    docs.groupdocs.com/search/nodejs-java/indexing-...