[Zope] how to save page content to a word file.

2005-04-21 Thread prabuddha ray
this again is a simple problem which got tricky for me.
  I've full page template taking parameters to generate a printable report.
Another button on this page is for saving the report to a doc file.
How can i do this in a ZPT?

-- 
Share the vision of difference with ME
___
Zope maillist  -  Zope@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 )


Re: [Zope] how to save page content to a word file.

2005-04-21 Thread Andreas Jung

--On Mittwoch, 20. April 2005 23:17 Uhr -0700 prabuddha ray 
[EMAIL PROTECTED] wrote:

this again is a simple problem which got tricky for me.
  I've full page template taking parameters to generate a printable
report. Another button on this page is for saving the report to a doc
file. How can i do this in a ZPT?
What is your problem? Generating .doc from HTML?
-aj



pgpAbewAXVSt5.pgp
Description: PGP signature
___
Zope maillist  -  Zope@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 )


Re: [Zope] how to save page content to a word file.

2005-04-21 Thread David H
prabuddha ray wrote:
this again is a simple problem which got tricky for me.
 I've full page template taking parameters to generate a printable report.
Another button on this page is for saving the report to a doc file.
How can i do this in a ZPT?
 

prabuddha,
If you are using Windows then check out Python Programming on Win32 by 
Hammond and Robinson.  It shows how to use COM to communicate with 
MicroSoft Word and Excel files. 

The idea is that you will write an external python script - that 
interfaces with COM that interfaces with Word and Excel.

David
___
Zope maillist  -  Zope@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 )