NAME

PDF::Imposition::Schema1repeat4 - put four identical pages on the same physical sheet

SYNOPSIS

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

SCHEMA EXPLANATION

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

The same logical page is inserted four time, on the same sheet, nothing else. Typical usage scenario: printing A6 leaflets on A4, then cut the sheets vertically and horizontally.

INTERNALS

cropmarks_options

Set twoside to false.