Printing with D2D creates huge spooler file (and isn't handleable for some printers)

  • Thread starter Thread starter Wasined123
  • Start date Start date
W

Wasined123

Guest
We have implemented graphic card supported drawing with D2D in our MFC c++ application. When we try to directly print out of our app, the spooler file for the printer gets huge (~ 90 MB). Also if we create a PDF, it gets unproportional large. Further research has shown that the files only get large when we include images in the document to be printed. It seems that the rasterization of the images creates huge chunks of data. Is anyone familiar with that kind of problem? Has maybe anyone experienced the same issue and found a solution?

Continue reading...
 
Back
Top