I have an ASP Web API runing on IIS (Windows server 2008 r2). The sever has two printers available over network (same model, kyocera fs-4200).
I need to select the printer by code and print a PDF document double sided (dúplex).
- LPR seems to ignore '-o sides=two-sided-long-edge' option, maybe is only available on UNIX.
- I am using Spire.PDF but is comercial licensed and I can't select the printer. It prints to the default printer so I am configuring it every time.