Re: [Zope] htmldoc problem

2007-07-15 Thread Andreas Jung
--On 15. Juli 2007 13:11:41 +0100 Garry Saddington <[EMAIL PROTECTED]> wrote: I am using the following external method to write pdf files. import subprocess def html2pdf(self,source): f=open('/opt/scholarpack/ancillary/pdf.html','w') f.write(source) f.close p=subprocess.Popen([

[Zope] htmldoc problem

2007-07-15 Thread Garry Saddington
I am using the following external method to write pdf files. import subprocess def html2pdf(self,source): f=open('/opt/scholarpack/ancillary/pdf.html','w') f.write(source) f.close p=subprocess.Popen(['htmldoc', '--webpage', '/opt/scholarpack/ancillary/pdf.html','-f', '/opt/scholar