We currently send an email notification in plain text or html format. Our environment is C#/.NET/SQL Server.
I'd like to know if anyone recommends a particular solution. I see two ways of doing this:
- dynamically convert current email to pdf using a third party library and sending the pdf as an attachment
or
- use SSRS to allow users to export pdf report (could eventually have SSRS push reports)
I'm open to third party libraries (especially if they are open source and free). It seems that SSRS is the simplest and easiest way to go. Anyone have any tips?