FPDF([string orientation [, string unit [, mixed format]]])
orientation
P
atau Portrait
: posisi halaman tegak (seperti foto)L
atau Landscape
: posisi halaman telentang (seperti layar bioskop)P
.
unit
pt
: pointmm
: milimetercm
: centimeterin
: incimm
.
format
A3
A4
A5
Letter
Legal
unit
).A4
.
$pdf = new FPDF('P', 'mm', array(100,150));