Generate dynamic PDFs from RoR apps

Forgive me for the shameless promotion but I'm posting because I think you guys might find this useful.

I'd like to spread the word to the PHP community about a new website that we've launched called Online PDF Printer (www.onlinepdfprinter.com).

It's a service that lets developers integrate dynamic PDF creation and downloading into their web-enabled applications with just a few lines of code.

All you have to do is sign up for an API key, upload your document templates and POST data to our server. We handle everything else. A stream of PDF data is passed back to your application and you can save it as a file, prompt the user to download it right then and there or push it into a database.

We'd love to have anybody and everybody come check out the site, sign up for a free account and mess around with it.

Thanks!

-Kevin Kaiser SiteQuarters / Online PDF Printer

kkaiser@sitequarters.com support@onlinepdfprinter.com

http://www.onlinepdfprinter.com

Or for free, use PDF-Writer or JasperSoft reports

http://ruby-pdf.rubyforge.org/pdf-writer/ http://wiki.rubyonrails.org/rails/pages/howtointegratejasperreports?s[]=reporting

Or Prawn http://prawn.majesticseacreature.com

Andrew Timberlake http://ramblingsonrails.com http://www.linkedin.com/in/andrewtimberlake

"I have never let my schooling interfere with my education" - Mark Twain

Or, for the hardcore, LaTeX. Certainly not new, but still a standard if you need serious page layout stuff.

--Matt Jones