open.md

April 12, 2015 ยท View on GitHub

open

fpdf.open()

Description

This method begins the generation of the PDF document. It is not necessary to call it explicitly because add_page does it automatically.

Note: no page is created by this method.

See also

add_page, close.

Contents

  1. 1open
  2. 1.1Description
  3. 1.2See also