Split - Document Component

Split - Document Component

Split Tool

The Split tool divides a multi-page or multi-document job into smaller, separate jobs. It can split jobs by DocumentPage, 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.

When to use it

Use the Split step when you want to:

  • Separate multi-page PDF jobs into individual pages.
  • Split a multi-document job into distinct jobs per file.
  • Break a single page into multiple parts based on vector shapes or cut lines.
  • Send parts of a large job to different workflows or printers automatically.

Opening the Tool

  1. Open the Workflow Editor in PrintFactory.
  2. Add or select the Split step.
  3. Click Configure to open the setup dialog.

Setup Dialog

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.

Split Method

OptionWhat It Does
DocumentCreates 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.
PageCreates 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.
ShapeSplits 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.

Remove Small Objects

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.

Minimum Size

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.

Variables Tab

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.

How it works

  1. Read Settings – The tool reads your selected Split Method and optional size parameters.
  2. Document Mode – Each document in the imposition becomes a separate job. Files and thumbnails are moved to new directories.
  3. Page Mode – Each page is copied into a new one-page document. Thumbnails are regenerated and metadata carried over.
  4. Shape Mode – The system analyzes vector geometry and separates shapes above the minimum size. Small elements can be filtered out.
  5. Imposition Update – The imposition list is rebuilt, and each split job is registered in the flow for downstream processing.

Using Split in workflows

  1. Add the Split step after prepress steps like Preflight or Manual Prepare.
  2. Choose a Split Method (Document, Page, or Shape).
  3. For Shape mode, enable Remove Small Objects and define Minimum Size if needed.
  4. Optionally, use the Variables tab to switch splitting logic automatically by job type or media.
  5. Run the workflow — each new job will appear in the designated flow, ready for Layout or Printing.

Tips & Best Practices

  • Use Document mode to separate combined print runs for multiple customers.
  • Use Page mode to handle multipage PDFs as individual print jobs.
  • Use Shape mode for cutting templates or object-level production splits.
  • Set an appropriate Minimum Size to avoid generating jobs from small vector fragments.
  • Combine Split with Nester to automatically gang the resulting single-page jobs.

Summary

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.

    • Related Articles

    • XML input Component

      Preserved elements /Job and /NestParts are preserved elements in the Root of the XML. These XML's aren't supported won't work properly in the XML Component. Single Document XML example You can use Elements and Attributes in your XML. Mandatory is a ...
    • Double Sided - Layout Component

      Double Sided Printing Tool The Double Sided Printing tool prepares A/B sides for duplex production within a PrintFactory workflow. It pairs pages into front (A) and back (B) sides, applies the chosen handling method (Turn or Tumble), can mirror the ...
    • Excel / CSV input Component

      General Excel or CSV files can be used in a Hotfolder to inject Documents into Workflow. Each row in a Excel / CSV file will be handled as a individual Job. Mandatory is a direct downloadable path to your Document. This can be a file path to a ...
    • Trim & Bleed - Document Component

      Trim & Bleed Tool The Trim & Bleed tool prepares artwork for finishing by adding bleed and defining the trim area. Choose a rectangular Box as the reference, or expand along cut Contours used by finishing devices. Methods include Document, Mirror, ...
    • Assign Profiles - Document Component

      Assign Profiles The Assign Profiles tool in the PrintFactory Workflow system allows users to assign ICC color profiles and rendering intents to different document components. It provides fine control over color management during PDF processing, ...