one_page_per_sheet property

one_page_per_sheet property

The property indicates whether the content of each sheet is converted to a single page in the PDF document. Default value is True.

Definition:

@property
def one_page_per_sheet(self):
    ...
@one_page_per_sheet.setter
def one_page_per_sheet(self, value):
    ...

See Also