简体   繁体   中英

Windows Printer Dialog using python win32 api

I need the printer dialog(windows default print dialog which appears after ctrl+P) when I shall print a doc using python. How to do it?

you might find your answer here and more specifically in this referenced link .

Short version:

win32api.ShellExecute(...)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM