Reputation: 452
I am using Itextsharp version 5.0.6 to convert Asp.net page into PDF. I am not able to create the PDF from the HMTML string with the css. If any one knows how to do with css please help me.
If any one has experience in iTextsharp kindly advice me and share your experience.
Thanks, Parthasarathy M
Upvotes: 0
Views: 430
Reputation: 15870
Having worked with iText's old HTML->PDF code, I can suggest that you:
I've been a committer on iText for a couple years now. HTML->PDF conversion is not its strength. Getting better, still a long way to go.
In particular, I'm quite happy with the results from WKHTML2PDF. I was able to render an HTML page with a GOOGLE MAP to PDF. You won't find that anywhere else (other than a browser's theoretical "current page to PDF" function, which I haven't heard of as yet).
Upvotes: 2