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

range

(0.04 sec)
  1. Search operation table | GroupDocs

    This article shows that how to provides syntax of all elements allowed in text search queries.... ^^[0-9]{1,5}$ Numeric range specifier start-number ~~ end-number...end-number Numeric range specifier is used to specify range for numeric...

    docs.groupdocs.com/search/net/search-operation-...
  2. [Release] GroupDocs.Comparison for .NET v26.4 -...

    Dear GroupDocs customers, We are pleased to announce the release of GroupDocs.Comparison for .NET 26.4. This version focuses on significant improvements to PDF document comparison, introducing new display modes, page ra…...introducing new display modes, page range filtering, and a dedicated PDF...the default Inline mode. Page Range Filtering for PDF (COMPARISONNET-4731):...

    forum.groupdocs.com/t/release-groupdocs-compari...
  3. GroupDocs.Comparison for .NET 26.4 – Latest Upd...

    Explore what's new in GroupDocs.Comparison for .NET 26.4. Available now on NuGet and GroupDocs website....result Ability to specify pages range for PDF documents comparison...introducing new display modes, page range filtering, and a dedicated PDF...

    blog.groupdocs.com/comparison/groupdocs-compari...
  4. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...wildcard allows you to specify a range of unknown characters in the...(N~M), where N and M are in the range from 0 to 255. The next example...

    docs.groupdocs.com/search/net/build-search-query/
  5. Cancel Search Operation at Runtime using GroupD...

    We are pleased to announce the release of GroupDocs.Search for .NET 18.1. Using the latest version, you can **cancel search operation **at runtime. Furthermore, you can search with a query in the form of object tree as a parameter, search with the **wildcard **in phrase search, use **ISO 8610 **date format in date Range search, and use **collection **of date formats for Range search. We would recommend you to enhance your applications using this latest version....8610 **date format in date range search, and use **collection...**collection **of date formats for range search. We would recommend you...

    blog.groupdocs.com/search/cancel-search-operati...
  6. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...wildcard allows you to specify a range of unknown characters in the...(N~M), where N and M are in the range from 0 to 255. The next example...

    docs.groupdocs.com/search/java/build-search-query/
  7. Convert Excel Spreadheets to PDF using C# | .NE...

    Convert Excel files to PDF using C#. Convert full workbook, selected sheets, sub-sequence of sheets, or any cell Range using spreadsheet conversion .NET API....Conversion Convert Selected Cell Range from Excel Sheet to PDF .NET... Convert the Selected Cell Range of Excel Sheet to PDF - C# #...

    blog.groupdocs.com/conversion/convert-excel-spr...
  8. Saving | GroupDocs

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page Range; LastPage defines the last page number to save specific page Range; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...number to save specific page range; LastPage defines the last page...number to save specific page range; OnlyAnnotatedOptions indicates...

    docs.groupdocs.com/annotation/java/saving/
  9. Extract hyperlinks from document page | GroupDocs

    Learn how to extract hyperlinks from specific document pages using GroupDocs.Parser for Python via .NET....total_links = 0 for page_index in range ( info . page_count ): print...'pages' : [] } for page_index in range ( info . page_count ): hyperlinks...

    docs.groupdocs.com/parser/python-net/extract-hy...
  10. Is it possible to get all metadata from an inde...

    Hello, I have a question. When querying meta data, it could look like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy.datetaken", SearchQuery.CreateDateRangeQuery(new DateTime(2017, 1, 1), new D…...datetaken” within a date range, the search result will return...falls within a specific date range (from January 1, 2017, to December...

    forum.groupdocs.com/t/is-it-possible-to-get-all...