Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 4,988 for

text annotations

(0.13 sec)
  1. Add text watermarks | GroupDocs

    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/
  2. GroupDocs.Redaction for Java

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

    kb.groupdocs.com/redaction/java/
  3. Extract text from Microsoft Office Excel spread...

    To extract a Text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a Text from the entire document or a Text from the selected page. Here are the steps to extract a Text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a Text from reader. Warning getText method returns null value if Text extraction isn’t supported for the document....Annotation Product Solution GroupDocs...Excel spreadsheets / Extract text from Microsoft Office Excel...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Import & Export Introduced in GroupDocs.Annotat...

    At GroupDocs we always tries to improve our products and introduce new feature to provide quality and unique products to our valuable users. By maintaining our tradition we are pleased to announce monthly release of GroupDocs.Annotation for .NET 3.2.1 API. The latest release of our Document Annotation API provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.2.1 included support to import Annotations for word and PDF document format for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) also introducing export of different Annotations for Word and PDF document format with all major supported Annotations....Annotation for .NET 3.2.1 API . The...latest release of our Document Annotation API provides new features...

    blog.groupdocs.com/annotation/import-export-int...
  5. Adding text watermarks | GroupDocs

    Add Text watermarks to pages, worksheets, slides or frames using Python via .NET....Annotation Product Solution GroupDocs...Adding watermarks / Text watermarks Adding text watermarks Leave...

    docs.groupdocs.com/watermark/python-net/adding-...
  6. Update Text signatures in document | GroupDocs

    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...
  7. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...document for signatures / 🛡 Texts Verify Text signatures in the document...

    docs.groupdocs.com/signature/net/verify-text-si...
  8. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in Text or object form using Java search API....Annotation Product Solution GroupDocs.../ Queries in text and object form Queries in text and object form...

    docs.groupdocs.com/search/java/queries-in-text-...
  9. Get source and target text from files | GroupDocs

    Learn how to read source and target Texts of detected changes using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...and target text from files Get source and target text from files...

    docs.groupdocs.com/comparison/python-net/get-so...
  10. Adding text watermarks | GroupDocs

    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...