Constructs a new SplitPDFParams instance.
The parameters for constructing a SplitPDFParams instance. One of pageRanges, pageCount
or fileCount is required.
Optional fileThe number of documents to split the input PDF file into.
Optional pageThe maximum number of pages each of the output files can have.
Optional pageThe page ranges to be used for splitting pages.
Private Optional Readonly _filePrivate Optional Readonly _pagePrivate Optional Readonly _pageReturns the number of documents to split the input PDF file into.
The file count.
Returns the maximum number of pages each of the output files can have.
The page count.
Returns the page ranges to be used for splitting pages.
The page ranges.
Generated using TypeDoc
Parameters for splitting a PDF using SplitPDFJob.