| Author |
converting HTML to PDF
|
umasankar puranam
Ranch Hand
Joined: Sep 24, 2004
Posts: 31
|
|
Dear all, I have to convert a HTML doucment into PDF format. If anybody knows about it, please let me?
|
umasankar<br />Software Engineer
|
 |
ravi D shankar
Ranch Hand
Joined: May 27, 2005
Posts: 41
|
|
www.lowagie.com/iText .....iText is java library for generating PDFs....I have used it for 2 months ....its really superb ....very easy to use API or you can have a look at You can use XSL-T to convert the HTML to XSL:FO and use FOP (http://xml.apache.org/fop/) to generate the PDF. or there are some direct costly tools ....u can google for them ...
|
 |
 |
|
|
subject: converting HTML to PDF
|
|
|