Using Winnovative HTML to PDF Converter in C# to generate PDF File
Posted by: intelbot on: May 5, 2009
Steps:
1. Add wnvhtmlconvert.dll to Project Reference under Visual Studio
2. Import it into your code behind file “using Winnovative.WnvHtmlConvert;”
3. Add your PdfConverterKey into Web.Config
<add key=”PdfConverterKey” value=”your key here”/>
4. Write Below Code (Click to Expand)
And you are done.
Let me know if you have any questions