https://bugs.winehq.org/show_bug.cgi?id=55670
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Piotr Caban from comment #1)
It looks like it will take some work to fix it properly. The EMF spool file format supports storing DEVMODE that contains number of copies but it's ignored on Windows.
Do we really need to be compatibe with Windows and ignore the dmCopies field when interpreting EMF?
Another place that stores DEVMODE is SHD file (we currently don't create the file at all). I guess it stores information about number of copies to print. I will need to do some more testing to confirm.
SHD file format is described here: https://github.com/kacos2000/WinHex_Templates/blob/master/ SHD%20spool%20shadow%20file.tpl I'm not sure if we need to be binary compatible.
Why do we need to follow undocumented Windows internals?