This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This page contains information about managing dictionaries of shards in the search network....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This page contains information about getting document text in the search network....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This page contains information about full-text searching in the search network....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This page contains information about working with attributes in the search network....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This article demonstrate that how to extract data from databases via JDBC...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
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....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to load Pdf, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...