__construct([string orientation [, string unit [, mixed size]]])
orientation
P
or Portrait (Dikey)
L
or Landscape (Yatay)
P
varsayılan değerdir.
unit
pt
: pointmm
: milimetrecm
: santimetrein
: inçmm
'dir'.
size
A3
A4
A5
Letter
Legal
unit
tarafından verilen birimle ifade edilen).A4
'tür.
$pdf = new FPDF('P', 'mm', array(100,150));