Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 5,204 for

text signature

(0.19 sec)
  1. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...replaces original text with specified text fragmentas shown in...

    docs.groupdocs.com/annotation/net/add-replaceme...
  2. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs.... WriteLine ( $"Text {possibleWatermark.Text}" ); Console . WriteLine...

    docs.groupdocs.com/watermark/net/searching-wate...
  3. Perform Case-Sensitive Search using Java

    Effortlessly perform case-sensitive search using Java for accurate results. Follow the step-by-step instructions to search case-sensitive Text in files using Java....Signature Product Family GroupDocs.Metadata...is essential. Case-sensitive text search plays a critical role...

    kb.groupdocs.com/search/java/perform-case-sensi...
  4. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....Signature Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. GroupDocs.Annotation for .NET | GroupDocs

    .NET library that adds, edits, and removes annotations and markup — area and shape annotations, Text highlight/underline/strikeout, watermarks, image and link stamps, and threaded comments — on PDF, Word, Excel, PowerPoint, images, CAD, Visio, and email files. No Microsoft Office or Adobe Acrobat required....Signature Product Solution GroupDocs...and shape annotations, mark up text with highlights, underlines...

    docs.groupdocs.com/annotation/net/
  6. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Signature Product Solution GroupDocs...Eliminate Watermark Containing Text with Particular Formatting Look...

    docs.groupdocs.com/watermark/nodejs-java/featur...
  7. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....Signature Product Solution GroupDocs...WordProcessing formats can contain text in different languages. But...

    docs.groupdocs.com/editor/java/enabling-languag...
  8. GroupDocs.Redaction for Python via .NET | Group...

    Native Python library that permanently redacts sensitive content — Text, metadata, annotations, and image areas — from PDF, Word, Excel, PowerPoint, and image files on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....Signature Product Solution GroupDocs...format-independent interface to redact text by exact phrase or regular expression...

    docs.groupdocs.com/redaction/python-net/
  9. Locales for Output Document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locales for Word documents when using GroupDocs.Editor for Node.js via Java API....Signature Product Solution GroupDocs...example, English and Spanish text, setting the locale to English...

    docs.groupdocs.com/editor/nodejs-java/locales-f...
  10. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Signature Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...