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....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article explAins document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Free conversion API version for java developers is avAilable to evaluate the API which will be similar to licensed version but with few limitations....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)...Security Events Acquisition Ask AI GroupDocs Documentation / 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....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...