Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,714 for

text annotations

(0.08 sec)
  1. 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...
  2. 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...
  3. 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...
  4. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 Annotations are normally used to mentioned...discuss their content. With annotations, you can avoid long and never-ending...

    blog.groupdocs.com/categories/groupdocs.annotat...
  5. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract Text from Microsoft OneNote sections presentations...Annotation Product Solution GroupDocs...Extract text from Microsoft OneNote sections Extract text from Microsoft...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Import TextField Annotation from Word Documents...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Annotation for Java 17.1.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Annotation for Java developers can import Annotations from Word and Slide documents. Furthermore, API permits developers to annotate Slide documents with different annotation types. We’d recommend you to fetch latest release of the API, integrate it in your project and share your valuable feedback....Annotation for Java 17.1.0. This release...GroupDocs.Annotation for Java developers can import annotations from...

    blog.groupdocs.com/annotation/import-textfield-...
  7. Add text watermarks | Documentation

    This article explains how to add Text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....Annotation Product Solution GroupDocs...Render documents / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  8. Edit Watermark Objects in PDF Documents using G...

    We are really delighted to announce the release of version 18.3 of GroupDocs.Watermark for .NET. The latest version supports editing of the objects that can be considered as the watermark in PDF documents. Furthermore, the feature of replacing Text and image for the found watermarks is also added for all the supported formats. Following are some highlighted features of version 18.3. Editing Watermark Objects in PDF Documents Replacing Text for Particular Objects You can replace Text for the particular XObjects, artifacts and the Annotations in a PDF document....Furthermore, the feature of replacing text and image for the found watermarks...Replacing Text for Particular Objects # You can replace text for the...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  9. 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...
  10. 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...