Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,051 for

full text search

(0.06 sec)
  1. Extract hyperlinks from document page area | Gr...

    Learn how to extract hyperlinks from specific page areas using GroupDocs.Parser for Python via .NET. Extract links from defined rectangular regions....Search Product Solution GroupDocs...hyperlinks : print ( f " { link . text } -> { link . url } " ) else...

    docs.groupdocs.com/parser/python-net/extract-hy...
  2. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode Text, positioning, alignment and other visual settings with GroupDocs.Signature...Search Product Solution GroupDocs...refer to description to get the full list of supported barcodes....

    docs.groupdocs.com/signature/java/esign-documen...
  3. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Search Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. Extract table of contents | GroupDocs

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Search Product Solution GroupDocs...The page index. The text. Extracts a text from the document to...

    docs.groupdocs.com/parser/java/extract-table-of...
  5. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Search Product Solution GroupDocs...of objects. method returns a text from the chapter to which table...

    docs.groupdocs.com/parser/java/extract-table-of...
  6. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain Text file in java....Search Product Solution GroupDocs...Advanced Usage / Working with text / Detect encoding Detect encoding...

    docs.groupdocs.com/parser/java/detect-encoding/
  7. Extract hyperlinks from document page area | Gr...

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

    docs.groupdocs.com/parser/net/extract-hyperlink...
  8. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents...Search Product Solution GroupDocs...steps to extract an attachment text from PDF Portfolios: Instantiate...

    docs.groupdocs.com/parser/net/extract-attachmen...
  9. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Search Product Solution GroupDocs...ParserSettings ( logger ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/net/logging/
  10. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....Search Product Solution GroupDocs...Extract text from the document text_reader = parser . get_text ()...

    docs.groupdocs.com/parser/python-net/load-file-...