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
-
Available schemas:
2up
2down
2x4x2
2side
1x4x2cutfoldbind
4up
1repeat2top
1repeat2side
1repeat4
The schema to use: defaults to
2up
. Seeperldoc PDF::Imposition
for details about the available schemas. - --cover
-
Boolean
- --signature | --sig | -s <num>
-
<num> must be a multiple of 4 or a range like, e.g. 40-80
- --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.