Hallo!
Habe folgendes Problem: pdf_new() wird nicht ausgeführt. Es kommt auch keine Fehlermeldung.
Wenn ich aber anstatt
benutze ->klappt alles.
???woran kann es liegen?
danke, julia
Habe folgendes Problem: pdf_new() wird nicht ausgeführt. Es kommt auch keine Fehlermeldung.
Wenn ich aber anstatt
PHP-Code:
$pdf = pdf_new();
pdf_open_file($pdf, "test.pdf");....
PHP-Code:
$fd = fopen("test.pdf", "w");
$pdfdoc = pdf_open($fd);....
???woran kann es liegen?
danke, julia
Kommentar