Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #4654
| From | Rudolf Harras <rudolf.harras@mailinator.com> |
|---|---|
| Newsgroups | de.comp.lang.php |
| Subject | Rechnungs-PDF erstellen (tcpdf) |
| Date | 2021-01-26 23:22 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <ruq4nf$ill$1@dont-email.me> (permalink) |
Hallo! Ich habe da Mithilfe folgenden Beispiels ein PHP gebastelt, das ein PDF erstellt: https://www.php-einfach.de/experte/php-codebeispiele/pdf-per-php-erstellen-pdf-rechnung/ Leider scheint tcpdf nicht mehr für PHP Version 7 aktualisiert worden zu sein, jetzt kommen da Fehler wie folgende: Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in tcpdf.php on line 17778 Deprecated: Array and string offset access syntax with curly braces is deprecated in /.../tcpdf/tcpdf.php on line 16893 Warning: chr() expects parameter 1 to be int, string given in /.../tcpdf/include/tcpdf_fonts.php on line 1671 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /.../tcpdf/tcpdf.php on line 16542 Soll ich das beheben? Wobei ich erst mal rausfinden müsste, wie. Oder besser ein anderes PHP-Skript nehmen?
Back to de.comp.lang.php | Previous | Next — Next in thread | Find similar
Rechnungs-PDF erstellen (tcpdf) Rudolf Harras <rudolf.harras@mailinator.com> - 2021-01-26 23:22 +0100
Re: Rechnungs-PDF erstellen (tcpdf) Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2021-01-26 23:21 +0000
Re: Rechnungs-PDF erstellen (tcpdf) Rudolf Harras <rudolf.harras@mailinator.com> - 2021-01-27 10:05 +0100
Re: Rechnungs-PDF erstellen (tcpdf) Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2021-01-27 10:11 +0000
Re: Rechnungs-PDF erstellen (tcpdf) Rudolf Harras <rudolf.harras@mailinator.com> - 2021-01-27 15:04 +0100
Re: Rechnungs-PDF erstellen (tcpdf) Rudolf Harras <rudolf.harras@mailinator.com> - 2021-01-27 15:48 +0100
Re: Rechnungs-PDF erstellen (tcpdf) Arno Welzel <usenet@arnowelzel.de> - 2021-01-27 18:58 +0100
csiph-web