Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 5,024 for

assembly

(0.12 sec)
  1. Use advanced logging | GroupDocs

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Get document info | GroupDocs

    This article shows how to get the basic document info....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/get-document-info/
  3. How to make cache thread-safe in your Java appl...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-make-cach...
  4. Accept or reject detected changes | GroupDocs

    Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/accept...
  5. Control temporary files | GroupDocs

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/control-temporar...
  6. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  7. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  8. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built-in feature in GroupDocs.Comparison for Node.js via Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/word-...
  9. Work with Word Track Changes | GroupDocs

    Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/word-t...
  10. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-with-st...