diff --git a/admin/proseminarscheine/anschreiben/blanko_ludwigsburg.pdf b/admin/proseminarscheine/anschreiben/blanko_ludwigsburg.pdf index 447a432..a3a3df3 100755 Binary files a/admin/proseminarscheine/anschreiben/blanko_ludwigsburg.pdf and b/admin/proseminarscheine/anschreiben/blanko_ludwigsburg.pdf differ diff --git a/admin/proseminarscheine/blanko_ludwigsburg_2023.pdf b/admin/proseminarscheine/blanko_ludwigsburg_2023.pdf index da124bd..c8c553a 100644 Binary files a/admin/proseminarscheine/blanko_ludwigsburg_2023.pdf and b/admin/proseminarscheine/blanko_ludwigsburg_2023.pdf differ diff --git a/admin/proseminarscheine/prints/FAQ.htm b/admin/proseminarscheine/prints/FAQ.htm index 60a75aa..28838e0 100755 --- a/admin/proseminarscheine/prints/FAQ.htm +++ b/admin/proseminarscheine/prints/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: