Hi! guys
i am making an application in which users report is generated with backend mysql and script language php, i have to create tables and all that heading stuffs in pdf,
i have done some working writing text to pdf but how do i make tables in pdf documents, is there any good php class that can do the trick for me!
FPDF is pretty good at working with PDF's, not sure if it can do the tables specifically, but as it can do rectangles, lines etc etc i'm sure a table is possible.