Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-02-2008, 03:30 PM
Member
 
Join Date: Jun 2008
Location: us
Posts: 37
MarkWilson is on a distinguished road
Send a message via MSN to MarkWilson
convert html page to pdf
hi all,

i want to convert html page to pdf

how i can do that ?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-02-2008, 04:22 PM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
Get the software from someone.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 09-03-2008, 01:14 AM
serjant's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Ukraine,Zaporozhye
Posts: 356
serjant is on a distinguished road
Send a message via ICQ to serjant Send a message via Skype™ to serjant
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 World

Last edited by serjant : 09-03-2008 at 11:08 AM.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to open html page? smartsubroto New To Java 6 06-17-2008 01:00 PM
How to view applet from html page. jwzumwalt Java Applets 2 11-24-2007 06:21 AM
convert html to text using java praveen@asia-mail.com New To Java 1 11-14-2007 04:08 PM
convert html to plain text vissu007 New To Java 3 07-07-2007 04:39 PM
HTML page bbq New To Java 1 07-05-2007 05:46 AM


All times are GMT +3. The time now is 09:35 AM.


VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org