|
__init__(self,
infile_name,
outfile_name=None,
layout='2x1',
format='A4',
flip=TwoSidedFlip.SHORT_EDGE,
copy_pages=False,
overwrite_outfile_callback=None)
Create a FileConverter. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_two_sided_flip(self,
flip)
Set the edge which the paper will be flipped on when printed. Defaults
to TwoSidedFlip.SHORT_EDGE, where all the output pages are the right
way up. If your printer can only flip over the long edge, set this to
TwoSidedFlip.LONG_EDGE. The imposer will rotate all even output pages
180° to compensate.
(Inherited from pdfimposer.AbstractConverter) |
source code
|
|