The Split tool divides a multi-page or multi-document job into smaller, separate jobs. It can split jobs by Document, Page, or Shape (vector paths), depending on your production needs. Each new job inherits metadata, thumbnails, and layout parts automatically, allowing flexible processing of complex files.
Use the Split step when you want to:
The setup dialog defines how jobs are split and whether small shapes are filtered out. Each control corresponds to workflow logic verified in the code.
| Option | What It Does |
|---|---|
| Document | Creates a new job for each document in the workflow. Each resulting job keeps its associated imposition parts, metadata, and thumbnails. Useful when processing multi-document layouts or gang runs. |
| Page | Creates a new job for every page in each document. If the file has multiple pages, each page becomes a separate job with its own PDF, metadata, and thumbnails. Single-page files pass through unchanged. |
| Shape | Splits the job into multiple pieces based on detected vector shapes. Typically used for contour-cut layouts or object-level splitting where each shape becomes a separate part or job. Requires a defined minimum object size. |
When enabled, this filters out shapes or objects smaller than the specified threshold. Small artifacts, points, or accidental paths will not be kept as separate parts. The setting is used only when Split Method = Shape.
Specifies the smallest shape size (in millimeters) that will be retained during shape splitting. Objects smaller than this threshold are ignored if Remove Small Objects is checked.
Use the Variable tab to control splitting behavior dynamically. You can assign the method or minimum size using workflow variables — for example, selecting split type by job type or customer.
The Split tool is designed for automated job division — by document, by page, or by shape. It streamlines complex layouts into manageable, production-ready jobs, ensuring flexibility and consistency throughout your workflow.