printing to file from MS Word

John J. Lee jjl at pobox.com
Sun Oct 28 14:38:51 EST 2001


On Fri, 26 Oct 2001, Tomaz Ficko wrote:

> I want to write a doc to ps converter. I'm using python 1.5.2 and
> win32all-136.  The folowing code should do it:
[...]
> But there is one problem. When I run this code it allways brings up file
> dialog for the name of *.prn file. How can I disable this.

This is an MS question rather than a Python one.  Try MSDN, or whatever
other documentation you have.  Watch out for bugs -- last time I had a
similar problem with MSIE, it seemed there was no way to prevent this kind
of interactive operation from the available interfaces, though there are
so many interfaces it's hard to be sure...


John




More information about the Python-list mailing list