Mahesh Bodepudi

Mahesh Bodepudi

  • NA
  • 90
  • 54.9k

Print PDF using MVC4

Nov 2 2016 1:32 AM
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?

Answers (4)