NAME
PDF::Imposition::Schema1x4x2cutfoldbind - 1x4x2cutfoldbind imposition schema
SYNOPSIS
use PDF::Imposition::Schema1x4x2cutfoldbind;
my $imposer = PDF::Imposition::Schema1x4x2cutfoldbind
->new(
file => "test.pdf",
output => "out.pdf",
);
$imposer->impose;
SCHEMA EXPLANATION
+-----+-----+ +-----+-----+
| | | | | |
| 4 | 1 | | 2 | 3 |
| | | | | |
+-----+-----+ +-----+-----+
| | | | | |
| 8 | 5 | | 6 | 7 |
| | | | | |
+-----+-----+ +-----+-----+
The schema uses fixes signatures of 8 logical pages, layed out on a single sheet, printed recto-verso.
To get a booklet out of this schema, you first have to cut the sheets along the x-axys in the middle, then fold each half along the y-axys, stack them, repeat for each sheet, and finally glue or bind the spine. (Hence the name of the module).
Does it sound weird? Well, kind of. Looks like a lot of manual work. But if it works for you, it works for me as well.
METHODS
cover
This schema supports the cover option.
INTERNALS
signature
Returns 8.
pages_per_sheet
Returns 8.
cropmarks_options
Set inner to false and force the signature to 4 for cropmarks purposes.