Neues Logo in Seminarscheine

This commit is contained in:
aschwarz 2023-04-14 07:38:10 +02:00
parent f6cca92520
commit dca6720ffa
2 changed files with 13 additions and 7 deletions

Binary file not shown.

View File

@ -37,7 +37,7 @@ $pdf= new utfFPDF();
$pagecount = $pdf->setSourceFile("blanko_ludwigsburg.pdf");
$pagecount = $pdf->setSourceFile("blanko_ludwigsburg_2023.pdf");
#$pagecount = $pdf->setSourceFile("anschreiben/aenderung_praxisstelle.pdf");
$tplidx = $pdf->ImportPage(1);
@ -72,7 +72,7 @@ while ($row = $result->fetch_array()){
$pdf->SetFont('ARIAL', 'B', 22);
$pdf->SetY(76);
#$pdf->SetTextColor(255,0,255);
$pdf->Cell(0, 0, 'Fachprojektbescheinigung', 0, 0, 'C');
$pdf->Cell(0, 0, 'Bescheinigung über die Teilnahme am Fachprojekt', 0, 0, 'C');
$pdf->SetFont('ARIAL', 'B', 14);
@ -81,7 +81,7 @@ while ($row = $result->fetch_array()){
$pdf->SetFont('ARIAL', '', 12);
$pdf->SetY(109);
$pdf->SetY(120);
$pdf->SetX(10);
$pdf->Cell(0, 0, 'hat im Studienjahr 20' . $Jahr . '/20' . $Jahr2 . ' im Fachprojekt:', 0, 0, 'C');
@ -94,12 +94,12 @@ while ($row = $result->fetch_array()){
$pdf->MultiCell(110, 6, $bezeichnung, 0, 'C');
$pos = $pdf->GetY()+8;
$pos = $pdf->GetY()+9;
$pdf->SetY($pos);
$pdf->SetFont('ARIAL', '', 12);
$pdf->Cell(0, 0, 'unter der Leitung von:', 0, 0, 'C');
$pos = $pdf->GetY()+6;
$pos = $pdf->GetY()+9;
$pdf->SetY($pos);
$pdf->SetX(10);
$pdf->Cell(0, 0, $row['ansprechpart'], 0, 0, 'C');
@ -110,9 +110,9 @@ while ($row = $result->fetch_array()){
$pdf->SetY($pos);
$pdf->SetX(10);
$pdf->SetFont('ARIAL', '', 12);
$pdf->Cell(0, 0, 'folgende Fachprojektarbeit gefertigt/ folgendes Referat gehalten:', 0, 0, 'C');
$pdf->Cell(0, 0, 'folgende Fachprojektarbeit gefertigt/folgendes Referat gehalten:', 0, 0, 'C');
$pos = $pdf->GetY()+3;
$pos = $pdf->GetY()+9;
$pdf->SetY($pos);
$pdf->SetX(25);
@ -149,6 +149,12 @@ while ($row = $result->fetch_array()){
$pdf->SetY($pos);
$pdf->SetX(19);
$pdf->Cell(0, 0, 'Ludwigsburg, ' . date("d.m.Y", time()), 0, 0, 'L');
$pos = $pdf->GetY()+9;
$pdf->SetFont('ARIAL', '', 9);
$pdf->SetY($pos);
$pdf->SetX(19);
$pdf->Cell(0, 0, 'Diese Bescheinigung wurde maschinell erstellt und ist ohne Unterschrift gültig!', 0, 0, 'R');
//$pdf->Image('fusszeile.jpg', 20, 267, 5.1, 12.7);