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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...