[Zope] Re: Generating and Downloading PDF

Remy Pinsonnault remypinsonnault at gmail.com
Wed Mar 2 11:10:55 EST 2005


This will not answer your question Fernando but did you had a look at
RMLPageTemplate?

http://www.contentmanagementsoftware.info/zope/RMLPageTemplate
http://openapp.biz/devel/RMLPageTemplate-0.3.tgz/file_view


On Wed, 02 Mar 2005 09:29:25 +0000, Chris Withers
<chris at simplistix.co.uk> wrote:
> Wolfram Kraus wrote:
> > You have to put this in an external Method, e.g getPDF(self), because
> > you don't have access to os from Python scripts inside Zope. BTW: No
> > need to import os here, just use the builtin open function, albeit you
> > still have to use an external method.
> 
> Either that or provide appropriate security declarations in a python
> product. See Products/PythonScripts/standard.py for examples.
> 
> cheers,
> 
> Chris
> 
> --
> Simplistix - Content Management, Zope & Python Consulting
>             - http://www.simplistix.co.uk
> 
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>


More information about the Zope mailing list