Tamanio hoja FPDF //Tamaño A4 $pdf = new FPDF('P','mm','A4'); //Tamaño Ticked $pdf = new FPDF('P', 'mm', array(80, 200));