Zuweisungsschreiben Kehl 2023

This commit is contained in:
aschwarz
2023-03-29 08:13:44 +02:00
parent d380e0c08b
commit e0f146291f
6 changed files with 13 additions and 13 deletions

View File

@ -70,7 +70,7 @@ $pdf->SetFont('Arial', '', 10);
$pdf->SetY(62.3);
$pdf->SetX(155.3);
$pdf->SetTextColor(20,93,156);
$pdf->MultiCell(47, 3, "Corinne Feger", 0, 'L');
$pdf->MultiCell(47, 3, "Sandra Bechthold", 0, 'L');
$pos=$pdf->GetY()+0.9;
@ -84,7 +84,7 @@ $pdf->MultiCell(47, 3, "Telefon:", 0, 'L');
$pdf->SetFont('Arial', '', 10);
$pdf->SetY($pos);
$pdf->SetX(155.3);
$pdf->MultiCell(47, 3, "+49 (0) 7851 894-126", 0, 'L');
$pdf->MultiCell(47, 3, "+49 (0) 7851 894-125", 0, 'L');
@ -98,7 +98,7 @@ $pdf->MultiCell(47, 3, "E-Mail:", 0, 'L');
$pdf->SetFont('Arial', '', 10);
$pdf->SetY($pos);
$pdf->SetX(155.3);
$pdf->MultiCell(47, 3, "feger@hs-kehl.de", 0, 'L');
$pdf->MultiCell(47, 3, "bechthold@hs-kehl.de", 0, 'L');
#$pos=$pdf->GetY()+4.1;
@ -493,12 +493,12 @@ $pos=$pdf->GetY()+2.9;
#$pdf->SetX(24);
#$pdf->MultiCell(168, 4.8, "Hochschule Kehl", 0, 'J');
$pos=$pdf->GetY()+3.0;
$pos=$pdf->GetY()+6.0;
$pdf->SetFont('Arial', 'B', 9);
$pdf->SetY($pos);
$pdf->SetX(24);
$pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellv. Leitung Servicezentrum Studium & Lehre", 0, 'L');
$pdf->MultiCell(168, 3.9, "gez. Jacqueline Meier, M. A.\nLeiterin Servicezentrum Studium & Lehre", 0, 'L');
@ -515,7 +515,7 @@ $pdf->MultiCell(173, 3.9, "Seite 1 von 4", 0, 'R');
#$pdf->SetX(24);
#$pdf->MultiCell(168, 4.8, "gez. Corinne Feger", 0, 'J');
$pagecount = $pdf->setSourceFile("anschreiben_kehl/anlage_erstantrag_student_2022.pdf");
$pagecount = $pdf->setSourceFile("anschreiben_kehl/anlage_erstantrag_student_2023.pdf");
$tplidx1 = $pdf->ImportPage(1);
$pdf->addPage();
$pdf->useTemplate($tplidx1,0,0,0);