Seitenzahlen aus Anschreiben entfernt

This commit is contained in:
aschwarz 2024-04-23 11:56:44 +02:00
parent 9504f94044
commit 505e0b3a6e
2 changed files with 8 additions and 8 deletions

View File

@ -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);

View File

@ -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);