Hi all,
I need help on converting an html template to PDF document using vb.net code.I've a very complex html with lot of tables etc.
Are there some free tools to be used to convert html to pdf using code ?
Printable View
Hi all,
I need help on converting an html template to PDF document using vb.net code.I've a very complex html with lot of tables etc.
Are there some free tools to be used to convert html to pdf using code ?
I use 'doPDF' which installs an printer to convert, which i think is much easier
Thanks. But I cannot install this on client machine.
I would like to have something , some dll that I can use to write code. and convert the html file to pdf.
Hi Try
Here
Not tried HTML > PDF with iTextSharp yet but will be next week. I have used it to generate pdf reports but now the client wants html templates.
Thanks.
tried the iTextSharp dll. But the radio buttons are not showing. This is helpful for simple html tags. But anyways I'll go with this.