Replies: 1 comment 1 reply
-
When you specify What printer driver does with it is an implementation detail of the printer driver. It depends on the printer. In other words: only the company that wrote the printer driver will know for sure. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm sorry first of all if this question has already been asked before - I've tried glancing around but haven't personally been able to find an answer, so thought to just ask it here. I've gotten the command line print functionality to work fine on Win11
> SumatraPDF.exe -silent -print-to-default -print-settings "3x" filename.pdf
But I've noticed that the way it prints is a bit.. staggered. Rather than printing out 3 copies back to back, it prints out a single copy, quiets down for a few seconds, then prints the next, repeat. Is this normal, or is there a way to just have it do the printing all at once (like selecting multiple copies in most applications when printing)? I will mention that I am using Python 3.10 to make the call via the os library, but I don't believe that should have any impact.
Thank you for taking the time to read this!
Best,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions