Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 352 for

filter

(0.09 sec)
  1. 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...
  2. How to use custom cache implementation | GroupDocs

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

    docs.groupdocs.com/search/net/document-attributes/
  4. Updating metadata | GroupDocs

    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...
  5. 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...
  6. 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/nodejs-java/document-...
  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. GroupDocs.Search for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....NET Latest Answers Search and Filter Documents in C# Perform Date...

    kb.groupdocs.com/search/net/page/2/
  9. GroupDocs.Search for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....Java Latest Answers Search and Filter Documents in Java Perform Date...

    kb.groupdocs.com/search/java/page/2/
  10. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....< string > GetKeys ( string filter ) { return _redis . GetServer..._host ). Keys ( pattern : $"*{filter}*" ) . Select ( x => x . ToString...

    docs.groupdocs.com/conversion/net/how-to-use-cu...