Пример #1
0
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(42, 6, "Direccion de Cobro:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(148, 6, $datosfiscalizar->getDireccion_cobro(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(50, 6, 'Telefono', 1, 0, 'C');
 $pdf->Cell(50, 6, 'R.I.F.', 1, 0, 'C');
 $pdf->Cell(50, 6, 'N.I.T.', 1, 0, 'C');
 $pdf->Cell(40, 6, 'Patente', 1, 0, 'C');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $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);