Sumit Sharma wrote:
> Hi,
>
> Unable the create new pdf file object. Getting an error when coding as
> following:
>
> <?php
>
> $pdf    =    pdf_new();
>
> ?>
>
> *Fatal error*: Call to undefined function pdf_new() in *C:\wamp\www\abc1.php
> * on line *3*
>
> Please Help.
>
> Thanks,
>          Sumit.
>

You need to install PDFLib.
If installed, you need to load the module (in your php.ini)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to