## 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](Close.md).