The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...
This page describes how to perform indexing of password protected documents.
Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...
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 advanced_usage....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
This article shows how to handle search queries if they contain special characters and separator characters....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...
Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance....(DOC, DOCX) , spreadsheets (XLS, XLSX) , presentations (PPT,...
To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
This article explains that how to search text from Microsoft OneNote sections presentations...from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
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....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...