Rearranges PDF pages for double-sided signature printing. Web UI included.
268
A web app that rearranges PDF pages for double-sided signature printing. Upload a PDF and it produces an imposed PDF ready to print as a folded booklet.
Each physical sheet prints two source pages per side (2-up landscape), and sheets are nested into signatures for saddle-stitch binding.
docker run -p 5000:5000 jcasanas/booklet-maker
Then open http://localhost:5000 in your browser.
A signature is a group of sheets folded and nested together. For a signature of S sheets (4S pages total), sheet i (numbered from the outside in) gets:
| Side | Left slot | Right slot |
|---|---|---|
| Front | 4S - 2i + 2 | 2i - 1 |
| Back | 2i | 4S - 2i + 1 |
Blank padding is inserted just before the last source page so the back cover always lands in the correct position.
Content type
Image
Digest
sha256:f09415e69…
Size
47.3 MB
Last updated
4 months ago
docker pull jcasanas/booklet-maker