Skip to main content
Skip table of contents

Image selector

Extracts images from the search region.
The default search region is the entire document, however, it can be restricted by preceding page or boundary selectors
.


Properties:

  1. Width
    If defined, only images that fit the width range will be extracted.
    It is possible to define width as a range, e.g. 200pt:500pt, or use the only number to define the range from 0 to number.
    Available measurement units are pt (default), mm, cm, and in.
  2. Height
    If defined, only images that fit the width range are being extracted.
    It is possible to define width as a range eg 200pt:500pt or use the only number to define the range from 0 to number.
    Available measurement units are pt (default), mm, cm, and in.
  3. Indexes:
    You can additionally filter out images to define the index or range for extraction. 
    A negative number can be used to define the order from the end of the selection, so with indexes = -1 it returns the very last image only.
    The default value is 1:-1 - all images.

Input data format:

 pages

Output data format: 

images

List of selectors

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.