Virtual Printer Queue

T

TCorp

I am looking for a virtual printer (other an a PDF writer) for testing
purposes. Does anyone have any good suggestions?

I am testing a C# app (monitors print queues) and I am printing
several print jobs quickly in my testing. I am tired of wasting ink/
toner and paper and I was hoping there was a [free?] virtual printer
out there that didn't require me to save every print job to a file.

Hopefully, this printer can just accept jobs and pretend to print
them.

Thanks in advance for any help.
 
B

Bob Eager

I am looking for a virtual printer (other an a PDF writer) for testing
purposes. Does anyone have any good suggestions?

I am testing a C# app (monitors print queues) and I am printing several
print jobs quickly in my testing. I am tired of wasting ink/ toner and
paper and I was hoping there was a [free?] virtual printer out there
that didn't require me to save every print job to a file.

Hopefully, this printer can just accept jobs and pretend to print them.

Thanks in advance for any help.

You don't say which operating system, or which version.
 
T

TCorp

I am looking for a virtualprinter(other an a PDF writer) for testing
purposes.  Does anyone have any good suggestions?
I am testing a C# app (monitors print queues) and I am printing several
print jobs quickly in my testing.  I am tired of wasting ink/ toner and
paper and I was hoping there was a [free?] virtualprinterout there
that didn't require me to save every print job to a file.
Hopefully, thisprintercan just accept jobs and pretend to print them.
Thanks in advance for any help.

You don't say which operating system, or which version.


Windows XP or Vista pls.
 
A

Andrew Smallshaw

I am looking for a virtual printer (other an a PDF writer) for testing
purposes. Does anyone have any good suggestions?

I am testing a C# app (monitors print queues) and I am printing
several print jobs quickly in my testing. I am tired of wasting ink/
toner and paper and I was hoping there was a [free?] virtual printer
out there that didn't require me to save every print job to a file.

Hopefully, this printer can just accept jobs and pretend to print
them.

In the past I've built loopback plugs for parallel ports than look
as if they are accepting data when they are in fact discarding it.
If you still have a parallel port on your machine that may be one
way to go. Let me know if interested and I'll try digging out (or
resynthesising) the wiring arrangement.
 
D

Dieter Riekert

Install a printer contained in Windows (e.g. HP Colorlaserjet ...), use
a fix file name as a new "Local Port" e.g. c:\temp\output.prn and
prevent the jobs from beeing deleted (Advanced printer options).
Now every job to the printer will override the fix file without user
intervention but the jobs stay in the queue.
If they were spooled in EMF format, which is normally the case, the
SPLViewer can be used to view (and optionally print) the jobs.
A nearly completed version in english language is available under

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

It is free for all purpose.

Dieter
 
B

Brian Morley

In the past I've built loopback plugs for parallel ports than look
as if they are accepting data when they are in fact discarding it.
If you still have a parallel port on your machine that may be one
way to go.  Let me know if interested and I'll try digging out (or
resynthesising) the wiring arrangement.

Yes! That sounds really useful! Do you have the pin outs for that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top