Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 317 for

boolean

(0.03 sec)
  1. Optimize the PDF file by removing unused resour...

    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...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....fuzzy search, synonyms search, boolean search) is also supported....

    blog.groupdocs.com/search/searching-in-a-large-...
  3. Releasing GroupDocs.Search for Java - Document ...

    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...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  4. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....you will need to pass the Boolean flag to the class constructor...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  5. Use advanced logging | Documentation

    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...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. Upcoming Release of GroupDocs.Search for Java

    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...

    blog.groupdocs.com/search/upcoming-release-of-g...
  7. Use redaction callback | Documentation

    Learn about redaction API methods to reject or approve specific changes during redaction process...proposed redaction and returns Boolean value, accepted or not. Below...

    docs.groupdocs.com/redaction/net/use-redaction-...
  8. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....new public properties of the boolean type: RemoveUnusedObjects and...types: name, string, number, boolean, null object, dictionary, array...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Search in XLA Online

    Free online document search. Secure and easy to use full text online search in XLA....in XLA Prefix search in XLA Boolean search in XLA Regex search...

    products.groupdocs.app/search/xla
  10. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java... getFormFieldCollecti (); boolean hasInvalidFormFields = fieldManager... getFormFieldCollecti (); boolean hasInvalidFormFields = fieldManager...

    docs.groupdocs.com/editor/java/fixing-invalid-f...