I have the following code that generates a pdf
$pdf = new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial', '', 10);
$pdf->Image('../../imagenes/3.png' , 1 ,-5, 60 , 50,'PNG');
$pdf->SetFont('Arial', 'B', 15);
$pdf->Ln(15);
$pdf-&...
asked by
04.04.2017 / 23:30