Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 12,313 for

text annotations

(0.09 sec)
  1. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...documents Extract text from documents Extract formatted text from documents...

    docs.groupdocs.com/parser/java/basic-usage/
  2. Layered rendering | GroupDocs.Viewer for .NET

    This article explains how to enable layered rendering when rendering PDF Documents with GroupDocs.Viewer within your .NET applications....Annotation Product Solution GroupDocs...HTML GroupDocs.Viewer renders text and graphics as a single layer...

    docs.groupdocs.com/viewer/net/enable-layered-re...
  3. GroupDocs.Parser for .NET 18.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.10. Major Features There are the following features in this release: Implemented API to extract images from documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-65 Implement API to extract images from documents New feature PARSERNET-69 Implement the ability to extract images from PDF New feature PARSERNET-71 Implement the ability to extract images from spreadsheets New feature PARSERNET-72 Implement the ability to extract images from Text documents New feature PARSERNET-74 Implement the ability to extract images from presentations New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...ability to extract images from text documents New feature PARSERNET-74...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. Document annotation

    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....Annotation for .NET 16.10.0 API provides...major annotation types (Highlight Text, Area Annotation, and Strikeout...

    blog.groupdocs.com/tag/document-annotation/
  5. PdfTextAnnotationVerifyExtensions Constructor -...

    Creates PDF Text annotation signature verification extensions with empty values....Constructor Creates PDF text annotation signature verification...

    apireference.groupdocs.com/signature/net/groupd...
  6. Build Document Automation Apps via REST APIs | ...

    Product range includes REST APIs & open-source Cloud SDKs to view, annotate, compare, e-Sign, merge, classify & convert documents & images of many formats....the capability to display, annotate, convert, e-sign, merge, classify...GroupDocs.Annotation Cloud Product Family Annotate a number of...

    products.groupdocs.cloud/
  7. Build Document Automation Apps via REST APIs | ...

    Product range includes REST APIs & open-source Cloud SDKs to view, annotate, compare, e-Sign, merge, classify & convert documents & images of many formats....the capability to display, annotate, convert, e-sign, merge, classify...GroupDocs.Annotation Cloud Product Family Annotate a number of...

    products.groupdocs.cloud/
  8. Extract images from document page | Documentation

    This article explains that how to extract images from document page....Annotation Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Extract images from document page | Documentation

    This article explains that how to extract images from document page....Annotation Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...Annotation Product Solution GroupDocs...( password ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/password-protect...