convert html to pdf
-
I need to create pdf files from html files. I have searched it but i couldn't find a real solution. I used Winnovative but it uses ads. The library must also transfrom html tables. Are there open source libraries for converting files ?
-
I need to create pdf files from html files. I have searched it but i couldn't find a real solution. I used Winnovative but it uses ads. The library must also transfrom html tables. Are there open source libraries for converting files ?
have a look at this article http://www.codeproject.com/useritems/Easy_PDF_Programming.asp it may help
-
I need to create pdf files from html files. I have searched it but i couldn't find a real solution. I used Winnovative but it uses ads. The library must also transfrom html tables. Are there open source libraries for converting files ?
Two sweet ones: http://itextsharp.sourceforge.net/[^] http://reports.sourceforge.net/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Two sweet ones: http://itextsharp.sourceforge.net/[^] http://reports.sourceforge.net/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
I have used Itextsharp. It doesnt work good when table doesnt fit the page. It can not divide correctly. Also it makes whole widths the same.