On 27 Jul 2007, at 09:23, Geffy wrote: > I'll have to prove other avenues impossible before shelling out $3800.
I'm sure Prince does a fine job, but it doesn't look like it does anything that you can't already achieve with freely-available software (albeit with more effort/hassle, probably). For example, CSSToXSLFO [1] will turn XHTML+CSS into XSL-FO, and then any number of tools (e.g. the free Apache FOP [2]) will turn XSL-FO into PDF -- in fact CSSToXSLFO integrates directly with most of the popular XSL- FO formatters so everything happens in one step. Of course, you get the best results by turning the XHTML into XSL-FO yourself (i.e. by writing an XSLT stylesheet to do it) and generating the PDF from that, but writing the stylesheet can be pretty laborious. Cheers, -Tom [1] http://www.re.be/css2xslfo/ [2] http://xmlgraphics.apache.org/fop/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
