rekha Posted July 29, 2008 Share Posted July 29, 2008 Hi, I have a php page where i created a xls file using file functions and i wrote the content into the file and send the file as an attachment through mail.Now i want to make the file as a pdf attachment.How can i do this. Regards Rekha http://hiox.org Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/ Share on other sites More sharing options...
Third_Degree Posted July 29, 2008 Share Posted July 29, 2008 Use the pdf library. http://php.net/pdf_begin_document Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/#findComment-602331 Share on other sites More sharing options...
rekha Posted July 29, 2008 Author Share Posted July 29, 2008 Hi, I saw the pdf manual and created.I have the following error Call to undefined function: pdf_new() in e:\mine\pdff1.php on line 3 Is there any problem with the php version.Whether i have to change any configuration in php.ini file.Pls help..... Regards Rekha http://hiox.org Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/#findComment-602417 Share on other sites More sharing options...
toivo Posted July 29, 2008 Share Posted July 29, 2008 Hi, I use FPDF from http://fpdf.org. It works really well and does not need a commercial licence, like PDFlib. Regards, toivo Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/#findComment-602459 Share on other sites More sharing options...
d.shankar Posted July 29, 2008 Share Posted July 29, 2008 Hi, I saw the pdf manual and created.I have the following error Call to undefined function: pdf_new() in e:\mine\pdff1.php on line 3 Is there any problem with the php version.Whether i have to change any configuration in php.ini file.Pls help..... Regards Rekha http://hiox.org Could you post the code ? And what PHP version do you have ? Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/#findComment-602487 Share on other sites More sharing options...
srinivas6203 Posted July 29, 2008 Share Posted July 29, 2008 use fpdf.org for pdf creation use php mailer for mail attachment Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/#findComment-602494 Share on other sites More sharing options...
Third_Degree Posted July 29, 2008 Share Posted July 29, 2008 Whichever library you end up using, you have to make sure the extension is loaded. Link to comment https://forums.phpfreaks.com/topic/117101-to-create-a-pdf-file-and-send-as-an-attachment-thru-mail/#findComment-603021 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.