Page 1 of 1

pdf creation with php

Posted: Sat Mar 06, 2004 12:20 pm
by devork
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!

thanx.

Posted: Sat Mar 06, 2004 12:28 pm
by markl999
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.