Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 11,113 for

text

(5.86 sec)
  1. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....option with predefined QRCode text DigitalVerifyOptions options...

    docs.groupdocs.com/signature/java/verifying-doc...
  2. 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....document can be as simple as a text document as well as more detailed...

    docs.groupdocs.com/conversion/java/convert/note/
  3. Compare documents | GroupDocs

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

    docs.groupdocs.com/comparison/java/compare-docu...
  4. 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.... print ( "Text " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. Use PageAreaRedaction | GroupDocs

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

    docs.groupdocs.com/redaction/net/use-page-area-...
  6. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Ots PDF Pdf E-book Epub , Mobi Text Txt Help Chm You can also retrieve...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  7. Email to Pdf - word wrapping issues - Free Supp...

    Hello, We’ve had fairly consistent issues with converting .eml files to .pdf where Text gets cut-off on the right hand of the screen, the below email cuts off the signature to the right, for example. LongSignature.zip …...pdf where text gets cut-off on the right hand...rawHtml) { string html = System.Text.Encoding.UTF8.GetString(rawHtml);...

    forum.groupdocs.com/t/email-to-pdf-word-wrappin...
  8. How to Add Watermark Annotation using Java

    Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....many properties for watermark text to create annotation in Java...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  9. How to Add Link Annotation to PDF using C#

    Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....highlight, image, strikeout, search text and many more using annotation...

    kb.groupdocs.com/annotation/net/how-to-add-link...
  10. How to Convert HTML to ODT using C#

    Quickly convert HTML to ODT using C# with a popular conversion library along with code example to export HTML to ODT in C# on commonly used operating systems....Converting HTML to ODT (Open Document Text) can be a useful feature in...

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