huysentruitw / print-it

Windows service for printing PDF files to a local or network printer in the background
MIT License
84 stars 43 forks source link

Printer always chooses tray 1(not what is configured as default under printing preferences) #24

Open TimZander opened 1 year ago

TimZander commented 1 year ago

I have installed two printers on the host where Print-It is installed. One printer has tray 1 set to the default, the other has tray 2 set to the default. If I print a test page they print from the correct trays. However when I use print-it they always print from tray 1.

If it would use the default that would be great, if not it would be great to be able to pass a tray selection as an optional parameter when printing the PDF.

TimZander commented 1 year ago

This will be resolved with PR #25 if it is accepted