<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><tt>Hi,<br>
<br>
I have also been in the same situation, but I cant offer any
tried-and-tested solution.<br>
<br>
PDF::API2 will do UTF8, but getting that to work with template-driven
sites is next to impossible.&nbsp; This is ignoring the fact that most sites
now use some javascript to do the right thing.<br>
<br>
The only solution which may work is to automate/script firefox so that
it loads the website, then calls the print handler to print a PDF.&nbsp; You
could use one of the Firefox extensions for scripting a page-download
(eg: <a class="moz-txt-link-freetext" href="http://www.dbai.tuwien.ac.at/user/pollak/webpagedump">http://www.dbai.tuwien.ac.at/user/pollak/webpagedump</a>), but hack it
to print to a PDF printer (rather than save to disk).<br>
<br>
cheers<br>
Mathew<br>
<br>
<br>
</tt></font>Guy Morton wrote:
<blockquote
 cite="mid:AB5B9FB1-5B52-4D12-8545-C8B63F25E7AA@alchemy.com.au"
 type="cite">
  <pre wrap="">I've been struggling with this for a while so I thought I'd ask here  
to see if someone else has come across this problem and found a  
workable solution.

I have a client for whom I maintain a number of html-formatted  
document templates. These are editable via a web interface using the  
tinyMCE editor, which is very groovy and which works well. I use TT  
to render these templates into documents for further processing into  
PDFs.

HTMLDOC is the application I've used in the past to convert these  
documents into PDF, however it does not support unicode and therefore  
cannot render chinese characters in documents.

So, what I need is a way to convert my utf-8 charset HTML-formatted  
documents into PDF.

Anyone got a suggestion as to what might work?

Guy
_______________________________________________
Melbourne-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Melbourne-pm@pm.org">Melbourne-pm@pm.org</a>
<a class="moz-txt-link-freetext"
 href="http://mail.pm.org/mailman/listinfo/melbourne-pm">http://mail.pm.org/mailman/listinfo/melbourne-pm</a>
  </pre>
</blockquote>
</body>
</html>