Example #1
0
	if ($row["EW_LUGAROCURRENCIA"] == 5)
		$pdf->Cell(4, 0, "X");
	else
		$pdf->Cell(4, 0, "");

	$pdf->Ln(3.4);
	$pdf->Cell(30);
	$pdf->Cell(30, 0, $row["EW_LUGARCPOSTAL"]);

	$pdf->Cell(9);
	$pdf->Cell(60, 0, $row["EW_LUGARLOCALIDAD"]);

	$pdf->Cell(9);
	$pdf->Cell(42, 0, $row["PROVINCIAACCIDENTE"]);

	$lineas = dibujarParrafo("_____________________________ ".$row["EW_DESCRIPCION"], 4);

	$pdf->Ln((3.8 * $lineas) + 2);
	switch ($row["EW_GRAVEDAD"]) {
		case 1:
		case 2:
			$pdf->Cell(140);
			$pdf->Cell(0, 0, "X");
			break;
		case 3:
		case 4:
			$pdf->Cell(154.2);
			$pdf->Cell(0, 0, "X");
			break;
		case 5:
			$pdf->Cell(169.3);
Example #2
0
$pdf->Cell(32);
$pdf->Cell(0, 0, "30-68825409-0");

$pdf->Ln(6.2);
$pdf->Cell(30);
$pdf->Cell(0, 0, "Carlos Pellegrini 91 1ยบ Piso (1009) - CAPITAL FEDERAL");

$pdf->Ln(27.6);
$pdf->Cell(76);
$pdf->Cell(120, 0, $row["NOMBRE"]);

$pdf->Ln(6);
$pdf->Cell(32);
$pdf->Cell(0, 0, $row["CUIT"]);

dibujarParrafo($row["DOMICILIO"], 6.6);

$pdf->Ln(23.6);
$pdf->Cell(32);
$pdf->Cell(0, 0, $row["IMPUESTO"]);

$pdf->Ln(5.4);
$pdf->Cell(30);
$pdf->Cell(160, 0, $row["REGIMEN"]);

$pdf->Ln(10.6);
$pdf->Cell(84);
$pdf->Cell(0, 0, $row["COMPROBANTE"]);

$pdf->Ln(5.6);
$pdf->Cell(97);