From: twittwit Date: 2009-06-12T07:30:05+09:00 Subject: Re: rendering html on pdf thanks greg. On Jun 11, 10:44 pm, Gregory Brown wrote: > On Thu, Jun 11, 2009 at 4:40 PM, twittwit wrote: > > Hi all, > > > i want to render some html text into pdf using ruby's pdf writer. > > > however, the pdf.text cannot deliver that. > > > does anybody has a solution for that? > > If your needs are very basic, try Prawn::Format. > If you can use JRuby, try FlyingSaucer > If you have lots of $$$, Try PrinceXML > If you are persuasive, convince Aaron Patterson to write his html2pdf > formatter for Prawn. > > -greg