I've got an Electron Application which I'm compiling to a windows .exe via electron-packager . --platform=win32 --arch=ia32 --overwrite
The problem I'm facing is when the application, running on Windows 7, sends a print job to a Xerox printer, the print job in the queue has a status of Spooling
and never changes.
I've tried restarting the Print Spooler
service via the Services
panel in windows - this helps me to remove the print job which is stuck, but doesn't allow the print job to print.
A test print (Print Test Page
) seems to work without getting stuck in the Spooling status.
Why is my HTML document (which consists of an image and text) getting stuck in Spooling status?