NAME
PDF::Imposition::Schemaduplex2up - Imposition schema 2up for duplex printers
SYNOPSIS
This class inherit everything from PDF::Imposition::Schema2up and only alters the impose
method to rotate the odd pages by 180 degrees. Please refer to the parent class for method documentation.
SCHEMA EXPLANATION
This is exactly as the 2up
schema, but the PDF is prepared for duplex printing.
RECTO S.1 VERSO S.1
+-----+-----+ +-----+-----+
| | | | | |
| 1R | 8R | | 2 | 7 |
| | | | | |
+-----+-----+ +-----+-----+
RECTO S.2 VERSO S.2
+-----+-----+ +-----+-----+
| | | | | |
| 3R | 6R | | 4 | 5 |
| | | | | |
+-----+-----+ +-----+-----+