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...
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...
This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the presentation...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Annotation Product Solution GroupDocs...setCancel ( true ); System . out . print ( "Sign progress was cancelled...
GroupDocs.Watermark for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Annotation Product Solution GroupDocs...file" ) print ( "License set successfully." ) else : print ( " \n...
This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with Barcode '"...
This article explains how to provide advanced search for QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...
This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...
This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...isValid ()) { System . out . print ( "\nDocument was verified successfully...
This article explains that how to extract hyperlinks from document page area....Annotation Product Solution GroupDocs...PageHyperlinkArea h : hyperlinks ) { // Print the hyperlink text System ....