I am working on a asp.net MVC application and i have requirement for sending email on a cretin time by the system with a Pdf file in attachment. I am using Quartz for sending these emails. Now i have a razor view which i want to convert as Pdf and attach in email. but i have problem with converting razor view to Pdf in a C# class any halp can be appreciated.
