writing plain text to multi page pdf

One of my colleagues want to use PdfPages to create several mpl
figures in one pdf document. It would be nice to be able to write
some text in there directly. One could use the matplotlib.text.Text
and add it to your figure, and maybe this is the way to go, but is it
possible or desirable to expose a simple bulk text field in PdfPage
and PdfPages

I could use that too :).

Gaël

···

On Thu, Aug 27, 2009 at 04:57:55PM -0500, John Hunter wrote:

One of my colleagues want to use PdfPages to create several mpl
figures in one pdf document. It would be nice to be able to write
some text in there directly. One could use the matplotlib.text.Text
and add it to your figure, and maybe this is the way to go, but is it
possible or desirable to expose a simple bulk text field in PdfPage
and PdfPages