You can just read a .ps file and then write it to another format. All you need to do is this:
You do need to install Ghostscript. https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation
using (MagickImage image = new MagickImage("alessandro.ps")) { image.Write("hotzambo.png"); }