On Thu, 30 Sep 2010, list user wrote:
I'm looking for a way to generate a PDF report based on a set of data in a database and a set of pre-generated graphs via some sort of procedural method based on a template.
One can generate postscript with printf. In the pre-pdf days, that was how I made the diagrams for my masters thesis. genps | ps2pdf > output.pdf