I am trying to make sure that in other applications you can print on a specific printer, and python will get the data. How can i do this? It should work in all applications, so it will look like a regular printer and work with Linux and Windows, even if I have to rewrite it for both.
So, to repeat: one opens the program and presses the print button. It invokes a dialog with the printer, and they select the python printer, like any other printer. After they agree, the python program that loaded the module (it will probably be the module) will receive data that was printed by another application.
source
share