zohab Posted September 30, 2009 Share Posted September 30, 2009 Hi, In my project I want to develop functionality 1.Fetch data from database example select firstname,lastname,email from tablename; 2.Write data into pdf file in tabular format First Name | Last Name | Email xyz | pqr | [email protected] any script for this? Link to comment https://forums.phpfreaks.com/topic/176023-solved-write-data-to-pdf-files/ Share on other sites More sharing options...
khr2003 Posted September 30, 2009 Share Posted September 30, 2009 The first part can be done through php. Making a table can be done through html. Writing pdf file can be done through this class: http://www.fpdf.org/ Link to comment https://forums.phpfreaks.com/topic/176023-solved-write-data-to-pdf-files/#findComment-927509 Share on other sites More sharing options...
zohab Posted September 30, 2009 Author Share Posted September 30, 2009 Thanks khr2003 Link to comment https://forums.phpfreaks.com/topic/176023-solved-write-data-to-pdf-files/#findComment-927531 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.