Skip to content

modern-pdf-lib


modern-pdf-lib / PageRange

Type Alias: PageRange

PageRange = [number, number]

Defined in: src/core/documentMerge.ts:433

A page range for splitting, specified as [startIndex, endIndex]. Both indices are zero-based and inclusive.

For example, [0, 2] means pages 0, 1, and 2.

Released under the MIT License.