Skip to content
Roman Kharin edited this page Mar 21, 2015 · 2 revisions

Open

fpdf.open():

Description

This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically. Note: no page is created by this method.

See also

AddPage, Close.

Clone this wiki locally