Blog Stats
  • Posts - 132
  • Articles - 0
  • Comments - 28
  • Trackbacks - 0

 

PDF

There are 1 entries for the tag PDF

Simple PDF Printing

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....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Richard Jones