2

Possible Duplicate:
How to convert Html files to Pdf ?

I am searching for a free software to convert html to pdf and preserved the html hyperlinks and text searchable in pdf? Anyone has suggestion?

Edit: I want Desktop software on Windows xp. And the software should convert japanese and chinese html to pdf correctly.

Thanks in advance.

cpps
  • 21

3 Answers3

3

For Mac OS X:

wkpdf is a command line tool for rendering HTML to PDF using WebKit and RubyCocoa on Mac OS X.

miku
  • 432
  • 4
  • 9
2

You have to give us more information. Desktop software or web software? For what operating system?

For example, dompdf is a nice PHP5 HTML to PDF library that even preserves the CSS styling.

Vic
  • 141
2

You can also look at PDFCreator (http://sourceforge.net/projects/pdfcreator/). I am using it and am happy.

Kangkan
  • 248