Comment Re:wow, MS is brilliant (Score 1) 726
This is all becoming off topic, but... I successfully created a "PDF writer" many moons ago using Ghostscript, Redmon, and a Postscript printer (QMS ColorScript 1000 Level 2). Redmon redirects the output of the PS printer to Ghostscript which converts it to a PDF file. There are some config files and special printer settings needed to make it work, and I don't remember how I did it. I created a self-extracting zip file that packaged the necessary software and config files, as well as some batch files that did all of the work for me. All of the info I needed was found through a Google search.