Class PagedSourceOptions

  • All Implemented Interfaces:
    Cloneable, TransformationSourceOptions

    public class PagedSourceOptions
    extends AbstractTransformationSourceOptions
    Paged content conversion options to specify a page number range.

    The page numbering index starts with 1.

    If only the start page number is specified transformers should attempt a page range from that page number to the end if possible.

    If only an end page number is specified transformers should attempt a page range from the start to that page if possible.

    Author:
    Ray Gauss II