Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 365 Bytes

close.md

File metadata and controls

15 lines (9 loc) · 365 Bytes

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, add_page is called to prevent from getting an invalid document.

See also

open, output.