Hi,
I am using Asp.Net MVC4 aspx view engine.Here I have to make a page to print in PDF format when user clicks on print link it should be saved as pdf.
For e.g
First Name:Some TextBox
Last Name:Some TextBox
Gender:Male Female radio buttons
After entering the data when click on print PDF should be generated as
First Name:Mahesh
First Name:Bodepudi
Gender:Male
like this
Could anybody please help me on this how to achive it?