Convert SQL data to PDF

Associate
Joined
25 Aug 2008
Posts
947
Does anyone know any good sites that help give examples of code to do this?

In SQL, i will contain a list of pre-defined images I want placed in set positions, and text, again in set positions etc etc...

There must be a means in SQL to pull data from the table, referencing everything i want on my PDF document, and then on the call put something like template #1 or #2, and from that it would know how to order the data?

Much appreciated.
 
There is no direct route from SQL to PDF. You'll need to use some intermediary software, either existing like Crystal Reports or something you can write from scratch to meet your exact requirements.

I need it to run from a site when a user requests basically, so thinking if i can find something in php or some kind of script... sofar i've found this which for first instance appears to do what I need, I just need to script up a sample template to test it proper.
 
Back
Top Bottom