A suite of highly optimized scripts for digital press layout and imposition. Automates the arrangement of PDF pages onto a press sheet directly in Adobe InDesign.
Configurable startup defaults using UNIT_DEFAULT = "mm" or "in". Easily switch interface inputs and presets.
Seamless preset switching converts values and rounds layout/sheet dimensions to 3 decimal places in inches. Crop marks and bleed parameters round cleanly to standard metrics (e.g. 2mm translates perfectly to 0.1 inches).
The automatic version calculates PDF page counts instantly using a highly efficient binary search engine, reducing InDesign verification checks significantly compared to standard linear loops.
| PDF Pages | Standard Linear Search | Binary Search (Auto version) |
|---|---|---|
| 16 | 17 checks | 10 checks |
| 100 | 101 checks | 14 checks |
| 500 | 501 checks | 18 checks |
| 1000 | 1001 checks | 20 checks |
PDF_Imposition_auto_page_num.jsx (automatic page count detection)PDF_Imposition_manual.jsx (manual page count input)Window → Utilities → Scripts..jsx files into the opened folder.Download the imposition script package for free. It is fully open-source and free to modify for your personal or commercial production needs.
Download Scripts Archive (.zip)