@vivliostyle/core
    Preparing search index...

    Type Alias SingleDocumentOptions

    SingleDocumentOptions:
        | string
        | { skipPagesBefore?: number; startPage?: number; url: string }

    Options for a single source document.

    • url: URL of the document.
    • startPage: If specified, the page page-based counter is set to the specified value on the first page of the document. It is equivalent to specifying counter-reset: page [specified value - 1] on that page.
    • skipPagesBefore: If specified, the page page-based counter is incremented by the specified value before updating page-based counters on the first page of the document. This option is ignored if startPageNumber option is also specified.