FPDF([string orientation [, string unit [, mixed format]]])
orientation
P
lub Portrait
L
lub Landscape
P
.
unit
pt
: punktmm
: milimetrcm
: centymetrin
: calmm
.
format
A3
A4
A5
Letter
Legal
unit
).A4
.
$pdf = new FPDF('P', 'mm', array(100,150));