I used itextsharp with vb before, I was doing it with some HTML coding, like passing the whole html to itextsharp to create a PDF, but now I am working on c# and I have lost all my previous works, is there any link or hints that van help me to do that?.
I know I can simply create pdf with itextsharp, but I can't seems to find a way to layout my content properly, that's why I want to use HTML styling to help.
Please let me know if there is a better way to layout the pdf with itextsharp or any other library.
Thanks