open

fpdf.open()

Description

This method begins the generation of the PDF document. It is not necessary to call it explicitly because add_page does it automatically.

Note: no page is created by this method.

See also

add_page, close.