how to save page content to a word file.
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
--On Mittwoch, 20. April 2005 23:17 Uhr -0700 prabuddha ray <buddharay@gmail.com> 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
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
participants (3)
-
Andreas Jung -
David H -
prabuddha ray