this works great... Thank you Massimo! :) On Friday, November 16, 2012 5:26:51 PM UTC-6, Paul Rykiel wrote: > > Greetings, > Having difficulty trying to just do a basic PDF test, but getting error's > on the import, well actually not an error, just no results. > > Here is my code, you may recognize it from tutorial > > from gluon.contrib.fpdf import FPDF > def pdfexp(): > pdf=FPDF() > pdf.add_page() > pdf.set_font('Arial','B',16) > pdf.cell(40,10,'Hello World!') > pdf.output('tuto1.pdf','F') > > When I run...I get NONE > > Help if you can > > >
--