Seitenzahlen aus Anschreiben entfernt
This commit is contained in:
parent
9504f94044
commit
505e0b3a6e
@ -435,10 +435,10 @@ $pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellv. Leitung Servicezentrum St
|
||||
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY(280);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(173, 3.9, "Seite 1 von 3", 0, 'R');
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY(280);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(173, 3.9, "Seite 1 von 3", 0, 'R');
|
||||
|
||||
|
||||
#$pdf->SetFont('Times', '', 10);
|
||||
|
@ -515,10 +515,10 @@ $pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellv. Leitung Servicezentrum St
|
||||
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY(280);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(173, 3.9, "Seite 1 von 4", 0, 'R');
|
||||
#$pdf->SetFont('Arial', '', 8);
|
||||
#$pdf->SetY(280);
|
||||
#$pdf->SetX(24);
|
||||
#$pdf->MultiCell(173, 3.9, "Seite 1 von 4", 0, 'R');
|
||||
|
||||
$pagecount = $pdf->setSourceFile("anschreiben_kehl/anlage_erstantrag_student_2024.pdf");
|
||||
$tplidx1 = $pdf->ImportPage(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user