PDF
There are 1 entries for the tag
PDF
I’ve been playing around today, wanting to print PDF’s automatically triggering them from my mobile device. I was left with the final hurdle of needing to programmatically print a PDF unattended running on a server. I tried all sorts, of COM interoperability to Acrobat, which just seemed too difficult. I wanted this thing to be simple. We’ll here’s what I came up with. The good old fashioned command line print, using Acrobat… This bit of C# will print a PDF (then delete it). It does the trick nicely....