Python批量打印word文档
摘要:import tempfile import win32api #pip install pypiwin32 import win32print import os def printer_loading(filename): win32api.ShellExecute ( 0, "print",
阅读全文
posted @ 2021-05-05 11:21
posted @ 2021-05-05 11:21