Fax document on win32

Adrian Eyre a.eyre at optichrome.com
Tue Mar 14 09:15:09 EST 2000


>     Is it possible to write a python program to fax documents on win32
> platform? How?

If you can do it with the Win32 API, you can do it in Python. You might
find the methods for this have been wrapped already by Mark Hammond's
Win32 extensions...

http://starship.python.net/crew/mhammond/

...otherwise, you'll have to write an extension module...

http://www.python.org/doc/current/ext/ext.html

-----------------------------------------------------------------
Adrian Eyre <a.eyre at optichrome.com> - http://www.optichrome.com 





More information about the Python-list mailing list