On Tue, Mar 16, 2010 at 7:52 AM, Aristotle Pagaltzis <[email protected]> wrote: > * Ovid <[email protected]> [2010-03-16 11:25]: >> And trying to pass Acid2 in a PDF renderer? Wow. > > Yeah, it was one of the first renderers to pass the test suite, > beating out several of the big browsers. A magical piece of work. > > Regards, > -- > Aristotle Pagaltzis // <http://plasmasturm.org/>
There's also an open-source solution based on Webkit rendering engine, and if you have no excuses to use a binary you should give it a try. I'm pretty sure it passes Acid2, does CSS3, Javascript and won't hurt your pocket. : ) http://code.google.com/p/wkhtmltopdf/ Try it and see: $ wkhtmltopdf http://www.nytimes.com/ nyt.pdf And thanks to maluco++ we have a perl interface for it: http://search.cpan.org/~tbr/WKHTMLTOPDF-0.02/lib/WKHTMLTOPDF.pm Cheers -- Gabriel Andrade Perl developer at Aware IT (http://www.aware.com.br) _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
