Example #1
0
     $pdf->SetFont('', '');
     $pdf->Cell(60, 6, $datosfiscalizar->vivienda->getId_clasif_vivienda(), 'TBR', 1, 'L');
     $pdf->Ln($new_line);
     $pdf->Cell($margen_izqu);
     $pdf->SetFont('', 'B');
     $pdf->Cell(190, 6, "Observacion:", 'LTR', 1, 'L');
     $pdf->Cell($margen_izqu);
     $pdf->SetFont('', '');
     $pdf->Cell(190, 6, $datosfiscalizar->getObservacion(), 'RLB', 0, 'L');
     $pdf->Ln($new_line);
     $pdf->Cell($margen_izqu);
     $pdf->SetFont('', 'B');
     $pdf->Cell(190, 6, "Resolucion:", 'LTR', 1, 'L');
     $pdf->Cell($margen_izqu);
     $pdf->SetFont('', '');
     $pdf->Cell(190, 6, $datosfiscalizar->getResolucion(), 'RLB', 0, 'L');
     $pdf->Ln($new_line * 5);
     $pdf->Cell($margen_izqu);
     $pdf->Cell(95, 6, "Firma y Sello del usuario", 0, 0, 'C');
     $pdf->Cell(95, 6, "Firma del Supervisor", 0, 0, 'C');
 } elseif ($page == '2') {
     $pdf->Cell($margen_izqu);
     $pdf->SetFont('', 'B');
     $pdf->Cell(50, 6, 'Parroquia', 'LTRB', 0, 'C');
     $pdf->Cell(40, 6, 'Urbanizacion', 'LTRB', 0, 'C');
     $pdf->Cell(50, 6, 'Sector', 'LTRB', 0, 'C');
     $pdf->Cell(10, 6, 'N', 'LTRB', 0, 'C');
     $pdf->Cell(10, 6, 'M', 'LTRB', 0, 'C');
     $pdf->Cell(10, 6, 'L', 1, 0, 'C');
     $pdf->Cell(10, 6, 'P', 1, 0, 'C');
     $pdf->Cell(10, 6, 'U', 1, 0, 'C');