Hey all,
I am trying to make a thing where in other applications you can print to a certain printer and python will get the data. How would I go about making this? It would have to work in all applications, so it would appear as a normal printer, and work on Linux and Windows, even if I have to rewrite it for both.
So to recap: One opens a program and hits the print button. It brings up the printer dialogue and they select the python printer, like any other printer. After they accept, the python program which loaded the module (this will probably be a module) gets the data that the other application printed.