[reportlab-users] convert html to pdf
Andy Robinson
reportlab-users@reportlab.com
Fri, 26 Mar 2004 19:55:05 -0000
> That's a very clever solution. They have a hidden <textarea> that
> contains a complete HTML description of the text, and a visible <iframe>
> that pulls its source from that textarea. The buttons, then, trigger
> JavaScript handlers that manipulate the contents of the <textarea>
There are several articles on the web on what underlies this,
but best of all I found a public example with all the
Javascript code...
>
> http://www.kevinroth.com/rte/demo.htm
>
- Andy