-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fpdf::close
Fery Wardiyanto edited this page Feb 10, 2015
·
1 revision
Close()
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.