Print on "HP LaserJet 1015" always ignores number of copies

Stimulsoft Reports.WPF discussion
Post Reply
WalterJKR
Posts: 22
Joined: Tue Mar 18, 2014 6:41 am

Print on "HP LaserJet 1015" always ignores number of copies

Post by WalterJKR »

Hello Stimulsoft,

We have report from one of our customer. Every print on the "HP LaserJet 1015" printer ignores number of copies, even when specifying this in the Printer dialog = PrintWithWpf(showDialog=true) and specifying number of copies = 2. The same is when printing from the Preview window, again with the printer dialog.

Print from Microsoft Word (and specifying number of copies there) works correctly.

Please, advice.
WalterJKR
Posts: 22
Joined: Tue Mar 18, 2014 6:41 am

Re: Print on "HP LaserJet 1015" always ignores number of cop

Post by WalterJKR »

(I know I can send the same report to the printer again and achieve the same result. I just hope there is other way to solve this problem and that you've already solved it)
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Print on "HP LaserJet 1015" always ignores number of cop

Post by HighAley »

Hello.

There is an issue in communication between .Net Framework an printer's driver.
You can see that the Number Of Copies in print dialog is right.

Thank you.
WalterJKR
Posts: 22
Joined: Tue Mar 18, 2014 6:41 am

Re: Print on "HP LaserJet 1015" always ignores number of cop

Post by WalterJKR »

Yes, that's what I thought... but what to do now? Report the issue to Microsoft? Or the device manufacturer? Is there any hack I can do to fix it (other than the mentioned repeat of PrintWithWpf)?

I understand that this is possibly not your fault, just hoped for any advice.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Print on "HP LaserJet 1015" always ignores number of cop

Post by HighAley »

Hello.

We will try to change our code and send report to printer as many times as specified.
We will let you know when it will be available.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Print on "HP LaserJet 1015" always ignores number of cop

Post by Alex K. »

Hello,

We are made some improvements in that direction. Now the PrinterSettings property will be supported in our product even if the system is not support it.
But if the printer does not support "Number of copies" option then this option may be set only in the Printer Settings property of the report, not in Printer Dialog window - it is limitation of the .NET framework.

Thank you.
Post Reply