From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

PDF::Imposition::Schema1repeat2top - put two identical pages one on the top of each other.

SYNOPSIS

my $imposer = PDF::Imposition::Schema1repeat2top->new(
file => "test.pdf",
output => "out.pdf",
);
$imposer->impose;

SCHEMA EXPLANATION

+-----+ +-----+
| | | |
| 1 | | 2 |
| | | |
+-----+ +-----+
| | | |
| 1 | | 2 |
| | | |
+-----+ +-----+

The same logical page is inserted twice, one on the top of each other, on the same sheet, nothing else.

INTERNALS

cropmarks_options

Set twoside to false.