Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 836 for

range

(0.07 sec)
  1. 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...
  2. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....field-name-query numeric-range-query date-range-query parenthesized-query...1) Any integer number in the range from 0 to 255 field-name-query...

    docs.groupdocs.com/search/net/query-language-sp...
  3. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....field-name-query numeric-range-query date-range-query parenthesized-query...1) Any integer number in the range from 0 to 255 field-name-query...

    docs.groupdocs.com/search/java/query-language-s...
  4. 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/
  5. 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; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...number to save specific page range; defines the last page number...number to save specific page range; indicates whether to save only...

    docs.groupdocs.com/annotation/net/saving/
  6. 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...
  7. Export Annotations with Additional Options usin...

    We are excitedly announcing another monthly release of GroupDocs.Annotation for .NET. This latest release 18.12 allows you to export annotations with some additional options, like the ability to export specific annotation type, Range of pages and few more. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the new version of the API to enhance your document annotation experience....export specific annotation type, range of pages and few more. Apart...specific annotation type and range of pages Possibility to retrieve...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  8. Extract tables from document page | GroupDocs

    Learn how to extract tables from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page table extraction from PDF, Word, Excel....Print table content for row in range ( table . row_count ): row_data...row_data = [] for col in range ( table . column_count ): cell = table...

    docs.groupdocs.com/parser/python-net/extract-ta...
  9. Inserting Hyperlinks Dynamically | GroupDocs

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value....evaluated to a cell or cell range reference during runtime, then...corresponding cell or cell range. The following table describes...

    docs.groupdocs.com/assembly/net/inserting-hyper...
  10. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word DOC/DOCX, XLS/XLSX Excel spreadsheets, PPT/PPTX presentations, Visio Drawings, eBooks, & more documents in Java. Steps & examples....structure in Java across a wide range of supported document formats...specifying the desired page range. Your code will remain similar...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...