Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 380 for

filtering

(0.04 sec)
  1. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....< string > GetKeys ( string filter ) { lock ( _keyLockerStore...{ return _cache . GetKeys ( filter ); } } } VB.NET Imports System...

    docs.groupdocs.com/viewer/net/implement-thread-...
  2. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....viewOptions ); } Filter messages IBM Notes allows you to filter messages...GroupDocs.Viewer, you can also filter messages before rendering a...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  3. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....); } Filter messages Microsoft Outlook allows you to filter messages...GroupDocs.Viewer, you can also filter messages before rendering an...

    docs.groupdocs.com/viewer/java/render-outlook-d...
  4. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Module Filter messages IBM Notes allows you to filter messages...GroupDocs.Viewer, you can also filter messages before rendering a...

    docs.groupdocs.com/viewer/net/render-lotus-note...
  5. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET.... Filter container items by extension To filter and process...import Parser import os def filter_by_extension ( file_path ,...

    docs.groupdocs.com/parser/python-net/iterate-th...
  6. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Working with Chart Reports - Filtered Ordered Grouped Working with...Working with Table Reports - Filtered Ordered Grouped Working with...

    docs.groupdocs.com/assembly/java/advanced-usage/
  7. Custom cache implementation | GroupDocs

    This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....< string > GetKeys ( string filter ) { return _redis . GetServer..._host ). Keys ( pattern : $"*{filter}*" ) . Select ( x => x . ToString...

    docs.groupdocs.com/viewer/net/how-to-use-custom...
  8. 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....< String > getKeys ( String filter ) { synchronized ( _cache )...{ return _cache . getKeys ( filter ); } } } Result Using the statement...

    docs.groupdocs.com/viewer/java/how-to-make-cach...
  9. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....attributes can be further used to filter documents during the search...(); // Creating a document filter by attribute options . setSearchDocumentFil...

    docs.groupdocs.com/search/java/document-attribu...
  10. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....property allows you to set a filter used to determine whether files...adding folder does not match the filter, then it will not be added...

    docs.groupdocs.com/search/net/search-index-sett...