Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,088 for

full text search

(0.91 sec)
  1. 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-...
  2. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Search Product Solution GroupDocs...filling signature background for Text and Stamp signature types Here...

    docs.groupdocs.com/signature/net/composing-sign...
  3. Password-protected documents | GroupDocs

    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 (!...Search Product Solution GroupDocs...( password ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/password-protect...
  4. Extract hyperlinks from document page | GroupDocs

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

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. Extract Table of Contents from Microsoft Office...

    Learn how to extract and work with table of contents from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....Search Product Solution GroupDocs...of objects. method returns a text from the chapter to which table...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. 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/java/extract-hyperlin...
  7. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract Text structure. Hyperlink can contain a Text: google.com Warning getStructure method returns null value if Text structure extraction isn’t supported for the document. For example, Text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Search Product Solution GroupDocs...see . Hyperlink can contain a text: <hyperlink link= "www.google...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Sign document with extensions | GroupDocs

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

    docs.groupdocs.com/signature/net/sign-document-...
  9. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes during redaction process...Search Product Solution GroupDocs...redaction process or to keep a full log of changes in the document...

    docs.groupdocs.com/redaction/net/use-redaction-...
  10. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....Search Product Solution GroupDocs...page index to extract a page text from the document. The following...

    docs.groupdocs.com/parser/net/extract-table-of-...