Moving documents from one printer queue to another.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I accidently sent a document (only copy) to a printer that I had removed
several weeks before. How can I move the document from the old printer queue
to the new printer queue?
Thanks
 
There is no automatic way to do that.
There was a posting one month ago ("Move printer document from 1 que to
another").

Find out the name of the SPL-File which belongs to the print job. If it is
spooled in
raw format, then you can use "copy /b splfile port" or one of many tools
that can do it.
This will only work if the printers a compatible.

If it is spooled in emf-Format than use

http://www.lvbprint.de/bin/current/SplViewSetup.exe

(german language)

or

http://www.codeproject.com/dotnet/EMFSpoolViewer.asp

Open the SPL-File and print it to your destination printer.

Dieter
 
Back
Top