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