I am displaying all the users in the form using php where the data are fetched from db.
When i click on the icon all users data should be show in a pdf with a good table structure.
i am hereby using fpdf to generate it. i created pdf but the records are not in formatted structure.
How should this can be done.
kindly advice.
thanks in advance
strong text
This can be done only by using dompdf. Here is the link.
http://www.digitaljunkies.ca/dompdf/examples.php#demo
and i got the exact output what i need.
thanks for all