Hi,
I'm currently evaluating Dynamic Pdf Viewer and one of the requirements I need to meet is to have my own print dialog. I can't use the one shown when clicking on the print button of the viewer, for many reasons.
So far, I've managed to set most of the properties I need to control by myself before calling PrintQuiet (rangeFrom, rangeTo, printerName, autoRotate, autoCenter, scaling).
What I need to do now is find a way to control the Duplex mode, so I can tell the printer to print either in Simplex or Duplex, without allowing the user to choose.
Is there also a way to print the PDF files as Bitmaps, for old printers that don't handle some pdf files well?
Thank you!