This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Java API....Classification Product Solution Purchase...
This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Classification Product Solution Purchase...
This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Classification Product Solution Purchase...
This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Classification Product Solution Purchase...
This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....Classification Product Solution Purchase...
This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Classification Product Solution Purchase...
To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in Microsoft Office Word document:
Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Classification Product Solution Purchase...