5 Jan
2005
5 Jan
'05
7:07 p.m.
Sam Boggess wrote at 2005-1-4 10:44 -0800:
Could someone please tell me how I can return a pdf from a python script? return context.blah.pdf() does not work.
return getattr(content, 'blah.pdf').index_html( container.REQUEST, container.REQUEST.RESPONSE, ) -- Dieter