Results 1 to 3 of 3
Thread: convert html page to pdf
- 09-02-2008, 01:30 PM #1
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
- 09-02-2008, 02:22 PM #2
Get the software from someone.
- 09-02-2008, 11:14 PM #3
The conversion consists of three steps:
1. Convert the HTML to XHTML
2. Convert the XHTML document to XSL-FO using an XSL stylesheet and an XSLT transformer
3. Pass the XSL-FO document to a formatter to generate the target PDF document
Let us start,download JTIDY,ask google for it.I think it is on sourceforge site.JTidy is a Java port of the Tidy HTML parser. In the process of translating to XHTML, JTidy also adds missing close tags to create a well-formed XML document.
read the article about that:
Convert HTML content to PDF format - Java WorldLast edited by serjant; 09-03-2008 at 09:08 AM.
Similar Threads
-
How to open html page?
By smartsubroto in forum New To JavaReplies: 8Last Post: 08-16-2012, 12:13 PM -
How to view applet from html page.
By jwzumwalt in forum Java AppletsReplies: 2Last Post: 11-24-2007, 04:21 AM -
convert html to text using java
By praveen@asia-mail.com in forum New To JavaReplies: 1Last Post: 11-14-2007, 02:08 PM -
convert html to plain text
By vissu007 in forum New To JavaReplies: 3Last Post: 07-07-2007, 02:39 PM -
HTML page
By bbq in forum New To JavaReplies: 1Last Post: 07-05-2007, 03:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks