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....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
Merge EPUB in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge EPUB in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java De......in C# on GroupDocs Blog | Document Automation Solutions for ...in C# on GroupDocs Blog | Document Automation Solutions for ...
The main features of the GroupDocs.Watermark API — add, customize, update, and remove watermarks with just a few lines of code....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...
To extract a text from PDF Documents getText and getText(int) methods are used. These methods allow to extract a text from the entire Document or a text from the selected page.
Here are the steps to extract a text from PDF Document:
Instantiate Parser object for the initial Document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
You might need to save a Document to any custom file at any location on the local disc or a even a Stream.
The following example demonstrates how to save a Document to any location.
final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...
Learn how to Convert DOC to JPG in C# and Export Word Document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....Merger Product Family GroupDocs.Redaction...requirement when preparing documents for web preview or thumbnail...
Discover how to implement full-text search implementation in Java and easily search specific word in Documents using Java without installing extra tools....Merger Product Family GroupDocs.Redaction...Family Search Specific Word in Documents using Java Finding a specific...
This article walks you through the complete process to convert HTML to Markdown using Java and demonstrates how to create the Java HTML to MD converter capability....Merger Product Family GroupDocs.Redaction...for configuring the required document conversion library from the...
This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....Merger Product Family GroupDocs.Redaction...Java by using one of the best document converter library. Further...