예제 #1
0
        $MiPDF->SetTextColor(0, 0, 0);
        $MiPDF->Text(120, 35, $padre);
        $MiPDF->Text(120, 39, $direcion);
        $MiPDF->Text(120, 43, $localidad);
        $MiPDF->Text(120, 47, $config['centro_provincia']);
        $MiPDF->Text(120, 58, $fecha);
        #Cuerpo.
        $MiPDF->Ln(35);
        $MiPDF->SetFont('Times', '', 10);
        $MiPDF->Ln(4);
        $MiPDF->Multicell(0, 4, $cuerpo1, 0, 'J', 0);
        $MiPDF->Ln(3);
        $MiPDF->Multicell(0, 4, $cuerpo2, 0, 'J', 0);
        $MiPDF->Ln(1);
        $MiPDF->SetFont('Times', '', 10);
        $MiPDF->Multicell(0, 4, $justi4, 0, 'J', 0);
        $MiPDF->Ln(3);
        $MiPDF->SetFont('Times', '', 10);
        $MiPDF->Multicell(0, 4, $cuerpo3, 0, 'J', 0);
        $MiPDF->Ln(6);
        $MiPDF->Multicell(0, 4, 'En ' . $config['centro_localidad'] . ', a ' . $fecha, 0, 'C', 0);
        $MiPDF->Ln(6);
        $MiPDF->Multicell(0, 4, 'Jefe de Estudios:                    Sello del Centro                   Director/a:', 0, 'C', 0);
        $MiPDF->Ln(16);
        $MiPDF->Multicell(0, 4, $config['directivo_jefatura'] . '                                             ' . $config['directivo_direccion'], 0, 'C', 0);
    }
}
$MiPDF->Output();
// Eliminar Tabla temporal
mysqli_query($db_con, "DROP table `faltastemp2`");
mysqli_query($db_con, "DROP table `faltastemp3`");