Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,012 for

printing annotations

(0.2 sec)
  1. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the e-book System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. GroupDocs.Parser for .NET 18.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.4. Major Features There are the following features and enhancements in this release: Removed obsolete members Improved the public API Ability to extract topics from EPUB documents Ability to detect media type for .one files Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-911 Remove obsolete members (version 18.4) Enhancement TEXTNET-915 Improve the public API Enhancement TEXTNET-910 Implement the ability to extract topics from EPUB documents New feature TEXTNET-929 Implement the media type detector for ....Annotation Product Solution GroupDocs...item This example shows how to print TOC: C# // Create a text extractor...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. GroupDocs.Parser for .NET 18.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.3. Major Features There are the following new features in this release: Ability to extract a formatted text from chm files Ability to extract a text from chm documents by pages Ability to extract topics from chm documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-546 Implement the ability to extract a formatted text from chm files New feature TEXTNET-883 Implement the ability to extract a text from chm documents by pages New feature TEXTNET-884 Implement the ability to extract topics from chm documents New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...while ( line != null ) { // Print a line to the console Console...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. GroupDocs.Parser for .NET 21.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 21.5 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1776 Implement Text property for FieldData class Improvement PARSERNET-1804 Implement data extraction from RAR archives New Feature PARSERNET-1805 Implement data extraction from TAR archives New Feature PARSERNET-1806 Implement data extraction from BZip2 compressed files New Feature PARSERNET-1807 Implement data extraction from GZip compressed files New Feature PARSERNET-1780 GetDocumentInfo()....Annotation Product Solution GroupDocs...PageArea . Text != null ) { // Print the field text value Console...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  6. Digital Signature API для файлов PDF, MS Office...

    Добавьте цифровые подписи в PDF, Word, Excel, PowerPoint, OpenDocument, PNG, PSD, JPG и многие другие форматы файлов, использующие API -интерфейсы подписи нативного .NET и Java....print("Signature with Text '" + textSignature...pdf']."); } else { System.out.print("Signature was not updated in...

    www.groupdocs.com/ru/products/sign-business-doc...
  7. How to Extract Metadata from Presentation Templ...

    post. Tagged with net, parsing, api, metadata....ExtractText(fileName); // Print an extracted text Console.WriteLine(text);...ExtractMetadata(fileName); // Print extracted metadata foreach (var...

    dev.to/groupdocs/how-to-extract-metadata-from-p...
  8. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document Console...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Extract barcodes from document | Documentation

    This article explains that how to extract barcodes from documents....Annotation Product Solution GroupDocs...barcode in barcodes ) { // Print the page index Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  10. Verifying Text signatures | Documentation

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...isValid ()) { System . out . print ( "\nDocument was verified successfully...

    docs.groupdocs.com/signature/java/verify-text-s...