Hello,
I am using Sumatra PDF for printing PDF files using command-line in asp.net web application. Its printing perfectly on the specified tray (LCF) in development machine, but when I hosted in the web server it is printing only on the bypass tray not on the specified tray.
sumatrapdf.exe -print-to “PRINTERNAME” -print-settings “bin=LCF” “FILENAME.PDF”`
LCF is the tray name.
I’d appreciate any assistance you may provide.
Thanks & regards