onsdagen den 25 juni 2003 16.45 skrev loic leplomb:
> i don't find php-pdf package on linux mandrake therefor, i took another
> package and i added pdf.so in /usr/lib/php/extension and i added it in
> php.ini.
>
> i have this message :Fatal error: PDFlib error: function 'PDF_set_info'
> must not be called in 'object' scope in ....
>
> my source:
> $pdf=pdf_new();
> pdf_open_file($pdf,"/var/www/html/planning2/planning.pdf");
> //format A4
> pdf_set_info($pdf, "Author", "moi");
> pdf_set_info($pdf, "Title", "Planning");
>
> pdf_begin_page($pdf,842,595);
>
> could you help me pease?

check at the plf site for php-pdf like stuff, we cannot ship this in mandrake.

-- 
Regards // Oden Eriksson, Deserve-IT.com

Reply via email to