Home | Trees | Indices | Help |
---|
|
Converts PDF documents between different page layouts.
The StreamConverter class works on StreamIO, while the FileConverter class works on files.
Some convenience functions are also provided.
Classes | |
PageOrientation The page orientation constants |
|
TwoSidedFlip Which paper edge will the flip occur on when printing? |
|
PdfConvError The base class for all exceptions raised by PdfImposer. |
|
MismachingOrientationsError This exception is raised if the required layout is incompatible with the input page orientation. |
|
UnknownFormatError This exception is raised when the user tries to set an unknown page format. |
|
UserInterruptError This exception is raised when the user interrupts the conversion. |
|
AbstractConverter The base class for all pdfimposer converter classes. |
|
StreamConverter This class performs conversions on file-like objects (e.g. a StreamIO). |
|
FileConverter This class performs conversions on true files. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
Convert a linear document to a booklet. Convert a linear document to a booklet, arranging the pages as required. This is a convenience function around StreamConverter
|
Convert a linear PDF file to a booklet. Convert a linear PDF file to a booklet, arranging the pages as required. This is a convenience function around FileConverter
|
Convert a booklet to a linear document. Convert a booklet to a linear document, arranging the pages as required. This is a convenience function around StreamConverter
|
Convert a booklet to a linear PDF file. Convert a booklet to a linear PDF file, arranging the pages as required. This is a convenience function around FileConverter
|
Put multiple input pages on one output page. This is a convenience function around StreamConverter
|
Put multiple input pages on one output page. This is a convenience function around FileConverter
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 13 13:59:57 2019 | http://epydoc.sourceforge.net |