I want to convert a static html file to pdf file with the styles as it is.
I have only a few fields in html ,
Like text,select,textarea,button,label ( but all contains inline styles)
I have checked itextsharp, which is converting to pdf with no styles.
Can I generate the pdf as I see the html file in browser
I am using c# win-form application to do that.
Generating pdf from html page using http://www.html-to-pdf.net/ First download dll from site and refer it in ur code…i have written rest of the code below, have a look.