GroupDocs.Search for Java is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...techniques such as fuzzy, synonyms, boolean and full-text search are supported...
Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....new public properties of the boolean type: remove_unused_objects...types: name, string, number, boolean, null object, dictionary, array...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....new public properties of the boolean type: setRemoveUnusedObjec(...types: name, string, number, boolean, null object, dictionary, array...
This article describes how to insert edited presentation slide into existing PowerPoint presentation....new properties: integer and boolean flag . Both of them have “usual”...setSlideNumber () {} public boolean getInsertAsNewSlide () {} public...
Synonym search in document. Perform synonym search of words and phrases online....Wildcard search Prefix search Boolean search Regex search Homophone...
We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API.... Simple Search Boolean Search Regular Expression Faceted...
We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search.
Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Search Queries # Simple Queries Boolean Queries Regular Expression...
You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods:
import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *
* This is an example of ILogger implementation, tracking count of error messages. *
*/ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public Boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....String > _warnings ; public boolean hasErrors () { return _errors...