NAME
pdf-impose.pl -- script to impose a PDF using the PDF::Imposition class.
SYNOPSIS
pdf-impose infile.pdf [outfile.pdf]
This script is a simple wrapper around PDF::Imposition. Refer to the perldoc documentation (perldoc PDF::Imposition
) for details about the options.
Options:
- --schema 2up | 2down | 2x4x2
-
The schema to use: defaults to 2up. See perldoc PDF::Imposition for details about the available schemas.
- --cover
-
Boolean
- --signature | --sig | -s <num>
-
<num> must be a multiple of 4.
- --suffix <string>
-
defaults to 'imp'. The dash is automatically added, to avoid confusing it with options. If you want more control, pass the desired output file as second argument to the script.
- --help show this help
If outfile is not provided, it will use the suffix to create the output filename.
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.