pdf creation with php

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

pdf creation with php

Post 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.
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post 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.
Post Reply