Print PDF document with python's win32print module?
问题 I'm trying to print a PDF document with the win32print module. Apparently this module can only accept PCL or raw text. Is that correct? If so, is there a module available to convert a PDF document into PCL? I contemplated using ShellExecute; however, this is not an option since it only allows printing to the default printer. I need to print to a variety of printers on servers across various networks. Thanks for your help, Pete 回答1: I ended up using Ghostscript to accomplish this task. There