GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...you use Viewer, Annotation, Assembly, Comparison and Signature...
Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Assembly Product Solution GroupDocs...
This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Assembly Product Solution GroupDocs...
Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Assembly Product Solution GroupDocs...
GroupDocs.Viewer for .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Assembly Product Solution GroupDocs...
GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....Assembly Product Solution GroupDocs...
To search a keyword in PDF 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 PDF 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....Assembly Product Solution GroupDocs...