Creating tifs directly from VB.Net.
Posted
by ajl
on Stack Overflow
See other posts from Stack Overflow
or by ajl
Published on 2010-03-14T13:44:18Z
Indexed on
2010/03/14
13:55 UTC
Read the original article
Hit count: 205
The current applications uses .net printdocument to create print jobs which it sends to a standard printer. We use the blackice tif print driver to capture the output and manage it from there. The problem is that some print jobs take 30 seconds to come out of the queue, and blackice will not allow you to change settings on the driver (like output filename) until the job is complete. This means the application has to wait 30 seconds until it can print the next job. Is there a better way? Can I create/print tif images directly from .Net without a 3rd party print driver? Do I risk quality to do this?
© Stack Overflow or respective owner