Printing in Duplexpage a word document
I am trying to automate the task of printing two copies at double page of ~30 Word document (*.doc). I want to send the program converted to .exe (I plan it just for Windows computers) using py2exe . I know that I can manually check the options but I will not be able to do so on the 20 or so computer where it will be used, as well as I cannot install in this computers new software (That's why I want to convert it into .exe ). I copied this solution to print, but I can't adapt it to do what I want: from win32com import client import time word = client.Dispatch("Word.Application") filename=input