Help me move data from a database to a PDF, automagically.
June 23, 2006 12:51 PM
Subscribe
I need to capture data from an HTML form into a database, then use that data to populate a template. The template, however, is of a certificate of accomplishment, and must be in the form of a printable PDF.
What's a good software/middleware/whateverware package to automatically take the data and inject it into a PDF like this?
More inside.
I'm open to using any OS or database format, none of that has been decided yet. I need to do this quickly and cheaply. I've got the skills for the basic parts, it's the data-to-PDF step that has my stymied. Any help is awesome.
Thanks AskMeFi!
posted by mattoly to computers & internet (9 comments total)
2 users marked this as a favorite
However, the project I am currently working on uses FOP to dynamically create PDF's from XMl files, via an XSL Transformation (XSL-FO). This is a web application that uses Java + jsp's to power a complex form.
I did not develop this, I am only maintaining it now. My direct experience has only been updating the XML files when changes need to be made to the pdf's.
I'd suggest doing some searches for these terms if the above links don't help very much.
posted by utsutsu at 1:11 PM on June 23, 2006