loloi Posted May 31, 2006 Share Posted May 31, 2006 hi php gurus im new with php...want to generate a pdf using php...tried some sample codes in the net but i got an error message something likeFatal error: Call to undefined function: pdf_new() in /home/blahblah/test/pdf2.php on line 2.... pls help.. need help badly.... Link to comment https://forums.phpfreaks.com/topic/10872-gerate-pdf-using-php/ Share on other sites More sharing options...
lead2gold Posted May 31, 2006 Share Posted May 31, 2006 use this site:[a href=\"http://www.fpdf.org/\" target=\"_blank\"]http://www.fpdf.org/[/a]It's what i used. It's pretty simple once you get the hang of it.You can end up putting all the common generations (such as headers and footers) in there own functions and call them when ou need them. Link to comment https://forums.phpfreaks.com/topic/10872-gerate-pdf-using-php/#findComment-40603 Share on other sites More sharing options...
loloi Posted May 31, 2006 Author Share Posted May 31, 2006 thanks sir.. =) ..ill try it right away =) Link to comment https://forums.phpfreaks.com/topic/10872-gerate-pdf-using-php/#findComment-40616 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.