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

filter

(0.08 sec)
  1. Metadata redactions | Documentation

    This article shows that how Java redaction API allows you to replace or remove metadata using Filters or search by regular expression....Metadata redactions Leave feedback Filter metadata Base functionality...MetadataRedaction base class is metadata filtering and it is mandatory for metadata...

    docs.groupdocs.com/redaction/java/metadata-reda...
  2. View messages from desired folders in Outlook D...

    Hello everyone! Today, I am quite excited to announce that GroupDocs.Viewer for Java 19.8 has been released with 20+ new features, improvements, and bug fixes. Although every new feature in this version has its own importance, I have picked a few interesting but useful features for you. So in this post, I am going to give you an overview of how to work with the folders contained by Outlook Data Files (OST/PST) and use the message Filters to render selective Outlook messages....(OST/PST) and use the message filters to render selective Outlook...in the rendering result: Filtering messages to be rendered #...

    blog.groupdocs.com/viewer/view-messages-from-de...
  3. 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...
  4. 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/
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  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. 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/