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 | xyz@example.com any script for this? Quote 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/ Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.