Пример #1
0
 $pdf->SetFont('', '');
 $pdf->Cell(50, 6, $datosfiscalizar->getTelefono_inmueble(), 1, 0, 'C');
 $pdf->Cell(50, 6, $datosfiscalizar->getRif(), 1, 0, 'C');
 $pdf->Cell(50, 6, '', 1, 0, 'C');
 $pdf->Cell(40, 6, $datosfiscalizar->getPatente(), 1, 0, 'C');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 //$array_label=$datosfiscalizar->SolicitudObject->Espec_Tip_Dsctos();
 $pdf->Cell(25, 6, 'Actividad', 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(92, 6, 'blablabla', 'TRB', 0, 'L');
 $pdf->SetFont('', 'B');
 $pdf->Cell(33, 6, 'Fecha de Inicio', 'LTRB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(40, 6, $datosfiscalizar->getFec_inicio_ejerc(), 1, 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(25, 6, 'Area Total:', 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(25, 6, $datosfiscalizar->getArea_total(), 'TRB', 0, 'L');
 $pdf->SetFont('', 'B');
 $pdf->Cell(23, 6, 'Area Util:', 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(27, 6, $datosfiscalizar->getArea_util(), 'TRB', 0, 'L');
 $pdf->SetFont('', 'B');
 $pdf->Cell(50, 6, 'Numero de Empleados:', 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(40, 6, $datosfiscalizar->getNumero_empleado(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);