I am trying to print a PDF from file silently. I have tried numerous suggestions from other posts on the web, but none have seemed to work. What is the best way of doing this?
If printing from a file is the problem, I could print straight from a MemoryStream
. I initially convert to PDF from HTML using a library. This renders the PDF exactly how I want it.