This section explains GroupDocs.Conversion For.net convert options specific to various document types...Markdown Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...
Load documents into GroupDocs.Redaction For Python via .net from a local disk or a stream, open password-protected files, and pre-rasterize a document as it is loaded....Markdown Product Solution GroupDocs...GroupDocs.Redaction for Python via .NET / Developer Guide / Advanced...
GroupDocs.Parser provides API to extract a text from image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....Markdown Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Advanced...
API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class.
Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added.
Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type Note The code uses some of the objects defined in: The Business Layer...Markdown Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...
GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template:
Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Markdown Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...
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....Markdown Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...
This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger For.net....Markdown Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Developer Guide / Loading...
The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search For.net examples
GroupDocs.Search For Java examples
Free online document search App Along with full featured .net library we provide simple, but powerful free Apps....Markdown Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...