It's not a library, but I'm part of a project which provides a web api for compiling LaTeX documents. You can find out a bit more at http://clsi.scribtex.com (and if you want to run your own service, the code is available at https://github.com/scribtex/clsi ). The idea is that you can send a simple request with the content of your LaTeX document and some options, and the service will return you the pdf and log files. We're just starting to switch to offering this as a stable service, so send me an email if you'd like to know more or give it a try.
On Feb 23, 5:47 pm, Farrel <[email protected]> wrote: > Not in usage with Rails directly. I've had to hack a messy API to generate > PDF documents from an ERB template. There might be some better publicly > available Ruby/LaTeX APIs out there I did this a few years ago. > > Farrel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

