PDF Splitter

Splits a single PDF document into separate PDF documents each consisting of a specified range of pages.

Properties

Document

Type: Object Input
The input PDF document.

PageSplits

Type: Multiline Text Input
Specifies the number of consecutive pages to be included in each split. e.g. 1;1;3 will have 1 page in the first 2 documents, and 3 pages in the third document.

Wrapping

Type: List Input
The Wrapping Property.

Wrap
NoWrap

SplitDocument

Type: Object Output
The resulting PDF document (the next document will be returned each time the Node fires).

Remarks

Use this Node to split a monolithic/batch document into separate documents. For example, if you have a 1000 page PDF listing all customer statements for the month, you can split the PDF into individual statements per customer, parse for the customer code (using the PDF Parser Node) and then email each statement to the appropriate customer.