Skip to content
Roman Kharin edited this page Mar 21, 2015 · 1 revision

Close

fpdf.close():

Description

Terminates the PDF document. It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.

See also

Open, Output.

Clone this wiki locally