Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 4,988 for

text signature

(0.14 sec)
  1. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Signature Product Family GroupDocs.Metadata...document, like graphs, tables, or text lines. The article also provides...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  2. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in Text form....Signature Product Solution GroupDocs...length of search queries in text form. To use an alias in a search...

    docs.groupdocs.com/search/net/using-aliases/
  3. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Signature Product Solution GroupDocs...of a document with searchable text and images. In order to do that...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  4. GroupDocs.Redaction Overview | GroupDocs

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Signature Product Solution GroupDocs...redact different types of data: text, metadata, annotations and comments;...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  5. GroupDocs.Editor Product Family | GroupDocs

    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/
  6. Indexing metadata of documents | GroupDocs

    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...
  7. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Signature Product Solution GroupDocs...of desktop or browser-based text processor like MS Word, OpenOffice...

    docs.groupdocs.com/editor/net/float-and-paginal...
  8. Use PageAreaRedaction | GroupDocs

    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-...
  9. Convert note-taking formats | GroupDocs

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

    docs.groupdocs.com/redaction/java/use-redaction...