Hi all
This is an interesting project:
I have produced a nice looking document on my website.
It is made up of text held in a mysql table in a text field (but displayed as html) and images held in the /images directory. The css is in a seperate included file.
Is it possible to output this as a pdf document instead of an html one ?
I would like to take what I see and then write it to a pdf file with php.
Which commands should I use for this ?
I am not reaaly sure where to start
Any help mauch appreciated.
This is an interesting project:
I have produced a nice looking document on my website.
It is made up of text held in a mysql table in a text field (but displayed as html) and images held in the /images directory. The css is in a seperate included file.
Is it possible to output this as a pdf document instead of an html one ?
I would like to take what I see and then write it to a pdf file with php.
Which commands should I use for this ?
I am not reaaly sure where to start
Any help mauch appreciated.
Comment