Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 4,676 for

text signature

(0.04 sec)
  1. GroupDocs.Editor Product Family | Documentation

    Use GroupDocs.Editor libraries to programmatically edit Word documents, Excel spreadsheets and PowerPoint presentations...Signature Product Solution GroupDocs...Render to PDF Render to HTML Add text watermarks Node.js via Java...

    docs.groupdocs.com/editor/
  2. 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/java/indexing-metadat...
  3. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...document can be as simple as a text document as well as more detailed...

    docs.groupdocs.com/conversion/java/convert/note/
  4. 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...
  5. 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...
  6. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....Signature Product Solution GroupDocs...range from all sensitive data in text, images and annnotations.. The...

    docs.groupdocs.com/redaction/net/use-page-area-...
  7. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....Signature Product Solution GroupDocs...definition Fuzzy search is a text search technique based on fuzzy...

    docs.groupdocs.com/search/nodejs-java/fuzzy-sea...
  8. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....Signature Product Solution GroupDocs...definition Fuzzy search is a text search technique based on fuzzy...

    docs.groupdocs.com/search/java/fuzzy-search/
  9. GroupDocs.Conversion for .NET | Documentation

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....Signature Product Solution GroupDocs...application. Supports adding text or image watermarks during the...

    docs.groupdocs.com/conversion/net/
  10. Get changes coordinates | Documentation

    This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...Signature Product Solution GroupDocs..."Change Type: %d, X: %f, Y: %f, Text: %s%n" , change . getType ()...

    docs.groupdocs.com/comparison/nodejs-java/get-c...