Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,651 for

text annotations

(0.06 sec)
  1. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signatures from documents / ✖ Text Delete Text signatures from documents...

    docs.groupdocs.com/signature/java/delete-text-s...
  2. Update Text signatures in document | Documentation

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signatures in documents / ✎ Text Update Text signatures in document...

    docs.groupdocs.com/signature/java/update-text-s...
  3. Verifying Text signatures in advance | Document...

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Verifying Text signatures in advance Verifying Text signatures...

    docs.groupdocs.com/signature/net/verify-text-si...
  4. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add Text watermarks to documents which may consists of pages, worksheets, slides or frames....Annotation Product Solution GroupDocs...Adding watermarks / Text watermarks Adding text watermarks Leave...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  5. Adding text watermarks | Documentation

    Following code snippet shows how to add Text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_Text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Annotation Product Solution GroupDocs...watermarks / Adding text watermarks Adding text watermarks Leave...

    docs.groupdocs.com/watermark/java/adding-text-w...
  6. Bulleted List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted list format. Report must be generated in the Text Document....Annotation Product Solution GroupDocs...Bulleted List in Text Document Bulleted List in Text Document Leave...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  7. GroupDocs.Redaction for .NET

    This API allows you to redact, hide, or remove private contents in any type of file format using C# .NET language on any platform....Annotation Product Family GroupDocs...Remove Annotations from PPTX using C# Remove Annotations from RTF...

    kb.groupdocs.com/redaction/net/
  8. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...eBooks / Search text in EPUB eBooks Search text in EPUB eBooks...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  9. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...documents / Search text in HTML documents Search text in HTML documents...

    docs.groupdocs.com/parser/java/search-text-in-h...
  10. Search text in PDF documents | Documentation

    To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and Text. Warning search(String) method returns null value if search isn’t supported for the document....Annotation Product Solution GroupDocs...documents / Search text in PDF documents Search text in PDF documents...

    docs.groupdocs.com/parser/java/search-text-in-p...