-4

I need to create a registration form and when a user registers I would need to take that data and convert it to a PDF document and email that document, how would I go about doing this?

I am using Visual Studio 2012, .NET 4.5, ASP .NET, C# and HTML

HashSix
  • 105
  • 2
  • 9
  • Well, what have you tried? – Mike Marks Jul 18 '13 at 16:35
  • Try searching for your question first. http://stackoverflow.com/questions/564650/convert-html-to-pdf-in-net, http://stackoverflow.com/questions/564650/convert-html-to-pdf-in-net/2129296#2129296, etc... – MadHenchbot Jul 18 '13 at 17:33

1 Answers1

3

You need to look at a library like PDFSharp or PDFCreator

glautrou
  • 3,140
  • 2
  • 29
  • 34