On 19/07/2010 3:46 AM, pyt...@bdurham.com wrote:
Under Windows: Is there a way to print a file using the file's file
extension association using either the os.system or subprocess modules
(vs. win32 extensions)?
Use case: print PDF or Office documents to default printer without
having to distribute win32 extensions.
Thanks,
Malcolm

You probably want to use the windows ShellExec function with a 'print' verb.

Mark


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to