Python Forum

Full Version: How do you marshal the default printer setup to print?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have data in an app that I have put into a .txt file and print using:
os.startfile("--------.txt" , "print") #from a button in the app that executes this command
It works ok.
But why cant i call the devices printer setup to print this out- it has all the printer and page setups already available?