i need a HTML to pdf component,which can convert the html to pdf with all the styles and designs…i have used itextsharp but the styles cannot be produced after conversion to pdf…
i need some free open source component to make the pdf conversion please help with valuable suggestions…
To achieve this task I’ve used xhtmlrenderer together with ikvmc (to compile to a .NET assembly). I’ve used the following commands to compile the JAR file:
You will also need to put all the IKVM assemblies that the resulting file will have dependency on into your project.
As an alternative you could take a look at Aspose.Pdf which is a good commercial component.