Thanks, Mariano I'm using PyFPDF for printed reports with various logos on them; the extended report will come in handy.
Cliff Kachinske On Wednesday, June 13, 2012 5:41:21 PM UTC-4, Mariano Reingart wrote: > > PyFPDF currently supports jpg and png (binary transparency should > work, but alpha channel is not supported) > You can use PIL to convert between formats as reportlab does (FPDF.php > also uses GD to convert images to png) > > Let me know if it works or you need something else, > > Best regards, > > Mariano Reingart > http://www.sistemasagiles.com.ar > http://reingart.blogspot.com > > > On Wed, Jun 13, 2012 at 4:37 PM, Bob St John <bobinco...@gmail.com> > wrote: > > The documentation for pyFpdf indicates support for gif images, yet there > > does not seem to be any hooks for gif in the FPDF class. > > > > pyFpdf seems to be a nice way to create reports, but my project requires > gif > > images with transparency.... >