01-25-2008, 13:15
|
Otis

Joined on 10-19-2004
Charlotte, NC
Posts 294
|
How to decrease print job spool size
|
 
 
|
|
|
When printing certain images, you may notice the spool size is larger than normal. This is due to the method we use to paint the image to the DC of the printer when using the GDI paint engine. To solve this issue, you should use the GDI+ paint engine instead. Internally, this will uses a smarter algorithm to paint the image which can decrease the size of the image sent to the spooler, thus decreasing spool size.
Otis Goodwin LEAD Developer Support
|
|
|
|
|
Report
|
|
|
|