[Zope] htmldoc problem
Andreas Jung
lists at zopyx.com
Sun Jul 15 08:11:16 EDT 2007
--On 15. Juli 2007 13:11:41 +0100 Garry Saddington
<garry at schoolteachers.co.uk> 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(['htmldoc', '--webpage',
> '/opt/scholarpack/ancillary/pdf.html','-f',
> '/opt/scholarpack/ancillary/mypdf.pdf']) p.wait()
>
> When I do this the html is truncated and an incomplete pdf is generated.
> However, if I rum htmldoc in a terminal on the same html file then the
> ouput is perfect. Can anyone see where the external method may be going
> wrong, apart from the formatting that kmail is enforcing on this code
> snippet!?
This has nothing to do with calling the code from an external method.
Check if you get a proper result using os.system() or using the commands
module.
-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20070715/6e4a54a1/attachment.bin
More information about the Zope
mailing list