示例#1
0
$pdf->Line($x + 125, $y, $x + 190, $y);
$pdf->SetFont('arial', 'B', 8);
$pdf->Ln(3);
$pdf->Cell(70, 3, 'POR: LA EMPRESA', 0, 0, 'C');
$pdf->Cell(50, 3, '', 0, 0);
$pdf->Cell(70, 3, 'POR: EL COMPRADOR', 0, 0, 'C');
//Linea 21
$pdf->Ln(6);
$pdf->SetFont('arial', 'B', 12);
$pdf->Cell(200, 6, 'NO SE ADMITEN DEVOLUCIONES', 0, 1, 'C');
//Linea 22
$pdf->SetFont('arial', 'B', 7);
$pdf->Cell(10, 20, '', 0, 0, 'C');
$x = $pdf->GetX();
$y = $pdf->GetY();
$pdf->Rect($x, $y, 180, 13);
$pdf->Ln(2);
$pdf->Cell(15, 3, '', 0, 0, 'C');
$pdf->Cell(0, 3, 'En fecha de Hoy ______________________. EL COMPRADOR(A) Recibe la(s) mercancía(s) antes descritas,', 0, 1, 'L');
$pdf->Cell(15, 3, '', 0, 0, 'C');
$pdf->Cell(0, 3, 'aceptando de manera irrevocable el crédito comerciaL aprobado por LA EMPRESA y las condiciones', 0, 1, 'L');
$x = $pdf->GetX();
$y = $pdf->GetY();
$pdf->Line($x + 150, $y, $x + 185, $y);
$pdf->Cell(15, 3, '', 0, 0, 'C');
$pdf->Cell(130, 3, 'estipuladas tanto en el adverso como el reverso del presente documento.', 0, 0, 'L');
$pdf->Cell(50, 3, 'Recibí Conforme', 0, 1, 'C');
//Linea 23
$pdf->Ln(3);
$pdf->SetFont('arial', 'B', 12);
$pdf->Cell(200, 6, 'EXIJA UNA COPIA DE SU CONTRATO', 0, 1, 'C');