Do you mean in realtime/ on the fly or as a one off exercise? Do you want to create a PDF form or just a PDF file that looks like the form or a PDF that contains the answers?
When i submit a HTML form, i want to create a simple PDF file with fields of that form... I m new to ASP..... pls can u get me out of this?
pdf has to be generated as like html form whatever content (dynamic) is there in the form must be replicated in pdf file without using any additional softwares
A 1 second google gives the following as a straight forward example including an OS component: http://www.codeproject.com/KB/aspnet/Creating_PDF_documents_in.aspx
You can create PDF form dynamically with the help of itextsharp. This is free java library we can use in .net