Hello Sumatra forum!
I am trying to use Sumatra, in a powershell script, to print to a printer with a specific paper bin name / number. I have tried bin=foo, bin=1,bin=2,bin=3,bin=4, but every time the printer media type overrides the bin name / number. Is there some way to change this, or to manually specify the media type? I need to specify preprinted media type. I know I can use a print queue for each tray, but that is not an option. I have different paper types in each paper tray, so the tray number matters.
-print-settings “bin=1” // always prints to paper tray 1.
-print-settings “bin=2” // always prints to paper tray 1.
-print-settings “bin=3” // always prints to paper tray 1.
-print-settings “bin=4” // always prints to paper tray 1.