Printing multiple copies not working in Windows



Hi,

 

I have an app that uses GtkPrintOperation and I’m finding that although printing multiple copies of a document un-collated works OK, printing them collated does not work in Windows. When I select to print 2 copies un-collated my “draw-page” handler gets called with pages 0, 0, 1, 1, 2, 2, … etc., as expected, but when I select to print 2 copies collated it gets called with pages 0, 1, 2, 3, … up to the last, and then that does not repeat so only one copy is printed.

 

In Linux printing from the same app works OK and when I select to print 2 copies collated, my “draw-page” handler gets called with pages 0, 1, 2, 3, … up to the last, then it goes back to page 0 and the sequence repeats for the 2nd copy.

 

This is with GTK 2.24.10. Anyone know anything about this problem?

 

Ian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]