in reply to Finding the right PDF module

The few times I've had to output data to a PDF (for printing reasons usually) I've used html2ps and then ps2pdf. It feels like a hack, but gets the job done well. Plus it's easier for me to mentally visualize the layout as HTML than a bunch of PDF::API2 method calls. Then I'd use PDF::API2 to combine the resulting pdf files together into a single document.