aspose file tools
The moose likes Java in General and the fly likes converting HTML to PDF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "converting HTML to PDF " Watch "converting HTML to PDF " New topic
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 ...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: converting HTML to PDF
 
Similar Threads
pdf to html with java
How can we generate Reports ?
AbstractPdfView in Sring
API for HTML and PDF reports
Converting .pdf to .html file