-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello @TheHeadlessSourceMan !
First of all, thank you very much for this. I gave it a quick spin in the last 1 hour, and just tried to fix things without really understanding how the PostScript actually works. The first problem that arose was the fact that I didn't have the driver for HP Color LaserJet 2800 Series PS installed on my system.
I then installed the generic "Microsoft PS Class Driver" that was available in Windows settings. Now I use Microsoft PS Class Driver as the self.defaultPostscriptPrinterDriver inside the WindowsPrinters class. Is this already a no-no?
I then needed to edit the run method in printServer.py too - to properly parse the new header information. however, now when I try to print anything, the resulting PDF file is empty; there is nothing inside of it.
Have you stumbled across similar problems?