Re: [PHP] Fatal Error: PDFlib error ...

2003-12-12 Thread Matthias Nothhaft
Evan Nemerson wrote: On Wednesday 10 December 2003 09:08 pm, Matthias Nothhaft wrote: Hi, I'm trying to get the pdflib work... [] Fatal error: PDFlib error: function 'PDF_begin_page' must not be called in 'object' scope in /var/www/Software/cms4rent/pdftest.php on line 5 Why is that?

[PHP] Fatal Error: PDFlib error ...

2003-12-10 Thread Matthias Nothhaft
Hi, I'm trying to get the pdflib work... I use pdflib 4.0.3 downloaded from pdflib.de and php 4.3.4 on Debian Linux. I wrote this test code: ?php dl(libpdf_php.so); $pdf = pdf_new(); pdf_begin_page($pdf, 421, 595); pdf_set_font($pdf, Helvetica, 24, host); pdf_show_xy($pdf, Hello World!, 75,

Re: [PHP] Fatal Error: PDFlib error ...

2003-12-10 Thread Evan Nemerson
On Wednesday 10 December 2003 09:08 pm, Matthias Nothhaft wrote: Hi, I'm trying to get the pdflib work... I use pdflib 4.0.3 downloaded from pdflib.de and php 4.3.4 on Debian Linux. I wrote this test code: ?php dl(libpdf_php.so); $pdf = pdf_new(); pdf_begin_page($pdf, 421, 595);