Anpassung von Adressen und Charset-Umstellung auf utf-8
This commit is contained in:
@@ -3,9 +3,9 @@ $pdf->SetFont('Helvetica', '', 8);
|
||||
$pdf->SetY(50);
|
||||
$pdf->SetX(25);
|
||||
$pdf->SetLeftMargin(25);
|
||||
$pdf->Write(4, "Pablo Rink und Christian Steinle GbR");
|
||||
$pdf->Write(4, "CS medien - Christian Steinle");
|
||||
|
||||
$pdf->Write(4, ", Im Gässele 8, 89079 Ulm / Unterweiler\n\n");
|
||||
$pdf->Write(4, ", Geislinger Str. 14, 73312 Geislingen\n\n");
|
||||
|
||||
$pdf->SetFont('Helvetica', '', 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user