scott1028 / pyfpdf

Automatically exported from code.google.com/p/pyfpdf
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Typos and documentation is off regarding fpdf.image #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See: http://code.google.com/p/pyfpdf/wiki/Image

fpdf.mage(name, x=None, y=None, w=0, h=0, type='', link='')

should be

fpdf.image(self, name, x, y, w=0, h=0, type='', link=''):

The first parameter is also not "file" as mentioned later on the page.

Original issue reported on code.google.com by kitsu...@gmail.com on 13 Sep 2012 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by romiq...@gmail.com on 26 Feb 2015 at 6:52