Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 237 for

filter

(0.07 sec)
  1. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as Filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. Please have a look at the release notes for more details on new features, fixes, and improvements....the email messages as well as filter the messages contained in Outlook...Features Introduced # Rendering Filtered Messages from Outlook Data...

    blog.groupdocs.com/viewer/render-filtered-messa...
  2. Spreadsheet redactions | Documentation

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others.... Filter by spreadsheet and column If...if the column filter is not set) If no filters are set, redactions...

    docs.groupdocs.com/redaction/net/spreadsheet-re...
  3. Split PDF Files into Multiple Files in Java | S...

    Different ways to split PDF files into multiple files in Java. Separate large PDF files and extract specific pages using different splitting options....PDF Files using Even or Odd Filter in Java Java API to Split PDF...from PDF Files using Even/Odd Filter in Java # The following steps...

    blog.groupdocs.com/merger/split-pdf-files-in-java/
  4. Generate Search Results from Filtered Documents

    Sometimes, we have a lot of different formatted documents. We create index then perform search and API shows hits from all the indexed documents. Ever thought to get search results from desired documents only? Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs....represents search document filter and it uses SearchDocumentFilter...SearchDocumentFilter class for creation of a filter instances. Let’s now understand...

    blog.groupdocs.com/search/filter-documents-in-s...
  5. Split PDF File into Multiple Files using C# | S...

    Different ways to split PDF files using C#. Separate large PDF files and extract specific pages using different splitting options....PDF Files using Even or Odd Filter Split PDF into Multiple Single...given range by just applying filters in C#: Define the output file(s)...

    blog.groupdocs.com/merger/split-pdf-files-in-cs...
  6. 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-...
  7. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...we use the existing value to filter metadata properties. a file...predicate that will be used to filter desired metadata properties...

    docs.groupdocs.com/metadata/java/updating-metad...
  8. Document attributes | Documentation

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

    docs.groupdocs.com/search/net/document-attributes/
  9. How to use custom cache implementation | Docume...

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....< String > getKeys ( String filter ) { try ( Jedis jedis = jedisPool...keys = jedis . keys ( "*" + filter + "*" ); return keys . stream...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  10. Custom cache implementation | Documentation

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