online forum
-
:sigh: Hi, Sorry i am not having code. i want to develop a web page. in this i am designing one page with some fields.this field will be entered by the user.and this full format should save in pdf file and again it should disply online. please can any one help me. i want the code in C#.Net. thanks in advance, kavita:rose:
-
:sigh: Hi, Sorry i am not having code. i want to develop a web page. in this i am designing one page with some fields.this field will be entered by the user.and this full format should save in pdf file and again it should disply online. please can any one help me. i want the code in C#.Net. thanks in advance, kavita:rose:
You need to get a PDF library to help you generate the PDF file. ItextSharp[^] is one example. There are others out there if you google. So you take the user input, you use ItextSharp to generate your PDF file, then you return it to the client for display.
Simon