NAME
PDF::Imposition::Schema1repeat2side - put two identical pages side by side on the same physical sheet
SYNOPSIS
use PDF::Imposition::Schema1repeat2side;
my $imposer = PDF::Imposition::Schema1repeat2side->new(
file => "test.pdf",
output => "out.pdf",
);
$imposer->impose;
SCHEMA EXPLANATION
+-----+-----+ +-----+-----+
| | | | | |
| 1 | 1 | | 2 | 2 |
| | | | | |
+-----+-----+ +-----+-----+
The same logical page is inserted twice, side by side, on the same sheet, nothing else. Typical usage scenario: printing A5 leaflets on A4, then cut the sheets vertically.
INTERNALS
cropmarks_options
Set twoside to false.