open_page method

open_page

Creates new page with document’s size and make it current one.

def open_page(self, page_name):
    ...
ParameterTypeDescription
page_namestrThe name of new page. If it is null the name o the page will be an order number of the page.

open_page

Creates new page and make it current one.

def open_page(self, width, height):
    ...
ParameterTypeDescription
widthfloatThe width of new page.
heightfloatThe height of new page.

See Also