diff --git a/admin/anschreiben/blanko_ludwigsburg.pdf b/admin/anschreiben/blanko_ludwigsburg.pdf index 0b68f12..53ac15a 100755 Binary files a/admin/anschreiben/blanko_ludwigsburg.pdf and b/admin/anschreiben/blanko_ludwigsburg.pdf differ diff --git a/admin/anschreiben/zuweisung_erstantrag_student.php b/admin/anschreiben/zuweisung_erstantrag_student.php index fb29d8d..bb89d5b 100755 --- a/admin/anschreiben/zuweisung_erstantrag_student.php +++ b/admin/anschreiben/zuweisung_erstantrag_student.php @@ -25,7 +25,7 @@ if(!isset($hist)){ $res_dat = $db->query("SELECT min(date_format(datum, '%d.%m.%Y')) datum FROM stan_printqueue_hist WHERE zuweisung='EZS' AND admin='$user_admin'"); $row_dat = $res_dat->fetch_array(); - $heute_format = $row_dat[datum]; + $heute_format = $row_dat['datum']; } if(isset($hist2)){ diff --git a/admin/anschreiben_kehl/blanko_kehl.pdf b/admin/anschreiben_kehl/blanko_kehl.pdf index 4051e29..a319921 100755 Binary files a/admin/anschreiben_kehl/blanko_kehl.pdf and b/admin/anschreiben_kehl/blanko_kehl.pdf differ diff --git a/admin/prints/#alt/FAQ.htm b/admin/prints/#alt/FAQ.htm index 60a75aa..28838e0 100755 --- a/admin/prints/#alt/FAQ.htm +++ b/admin/prints/#alt/FAQ.htm @@ -194,7 +194,7 @@ Header('Pragma: public');
7. When I execute a script I get the message "FPDF error: Don't alter the locale before including class file".
When the decimal separator is configured as a comma before including a file, there is a -bug in some PHP versions and decimal +bug in some PHP versions and decimal numbers get truncated. Therefore you shouldn't make a call to setlocale() before including the class. On Unix, you shouldn't set the LC_ALL environment variable neither, for it is equivalent to a setlocale() call. @@ -270,20 +270,20 @@ Remark: even when the browser goes in time-out, the script may continue to run o17. Can I modify a PDF with FPDF?
You can import an existing PDF document thanks to the FPDI extension:18. I'd like to make a search engine in PHP and index PDF files. Can I do it with FPDF?
No. But a GPL C utility does exist, pdftotext, which is able to extract the textual content from a PDF. It is provided with the Xpdf package:19. Can I convert an HTML page to PDF with FPDF?
Not real pages. But a GPL C utility does exist, htmldoc, which allows to do it and gives good results:20. Can I concatenate PDF files with FPDF?
No. But some free tools exist to perform this task: