Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 4,749 for

text annotations

(0.12 sec)
  1. Introducing GroupDocs.Signature for Python via ...

    Introduction to GroupDocs.Signature for Python via .NET - what is it and why to use...Annotation Product Solution GroupDocs...groupdocs-signature Quick Example: Adding a Text Signature import groupdocs_signature...

    docs.groupdocs.com/signature/python-net/introdu...
  2. Highlight Annotation on GroupDocs Blog | Docume...

    Highlight Annotation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Highlight Annotation on GroupDocs Blog | Document Automation Solutions for .NET &......Highlight Annotation on GroupDocs Blog | Document Automation...Recent content in Highlight Annotation on GroupDocs Blog | Document...

    blog.groupdocs.com/cs/tag/highlight-annotation/...
  3. Load document from url | GroupDocs

    Learn how to Load document from url....Annotation Product Solution GroupDocs...Parser ( url )) { // Extract a text into the reader using ( TextReader...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. 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....Annotation Product Solution GroupDocs...WordProcessing formats can contain text in different languages. But...

    docs.groupdocs.com/editor/java/enabling-languag...
  5. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...Annotation Product Solution GroupDocs...numbers alternative extension for Text signature property Here are...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...Annotation Product Solution GroupDocs...with Text signature This example shows how to add Text signature...

    docs.groupdocs.com/signature/java/sign-document...
  7. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using C# programming language....Annotation Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  8. Advanced search for QR Code signatures | GroupDocs

     This article explains how to provide advanced search for QR Code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...QrCodeTypes . Aztec , // specify text match type MatchType = TextMatchType...

    docs.groupdocs.com/signature/net/advanced-searc...
  9. Working with formats | GroupDocs

    This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Annotation Product Solution GroupDocs...also known as delimited text, that are text-based form of spreadsheets...

    docs.groupdocs.com/editor/net/working-with-form...
  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....Annotation Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

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