Python Forum
How do you marshal the default printer setup to print? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How do you marshal the default printer setup to print? (/thread-37338.html)



How do you marshal the default printer setup to print? - hammer - May-29-2022

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?