creating form, and pdf

arvindmer

New Member
Hi,

I am new to web development.
I have created a form in HTML and want to put it in my web (http server).

I want that when a user fill the form it should generate a PDF which user can download and I want a copy for me too (It should be saved in my server).

Now I am confused :confused:

What should I do with the HTML form that I have made ??

I know little PHP & I think now I should write php for it.

Is it so ???


PLz help soon
--
 

JMCDesigner

Member
If you're new to web development, it's too deep a learning curve to get into that right now. One way would be to convert your data to xml, then use xsl stylings (with something called fo) to convert to pdf. Though like cmjvulavala said its really complicated. I wouldn't go down that road unless you are an expert. It would be much easier to use a css stylesheet to output whatever you want into a printable format.
 
Top