Example #1
0
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(46, 6, "Representante Legal:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(144, 6, $datosfiscalizar->representante->getNombre(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(35, 6, "Direccion Fiscal:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(155, 6, $datosfiscalizar->getDireccion_fiscal(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $dir_inmueble = is_null($datosfiscalizar->getDireccion_inmueble()) ? $obj_solicitud->getDireccion_inmueble() : $datosfiscalizar->getDireccion_inmueble();
 $pdf->Cell(50, 6, "Direccion del Inmueble:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(140, 6, $dir_inmueble, 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $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');