Could you explain how I can use ImageMagick with C# . I am trying to convert PDF to pages into images.
I want to run imageMagick command \"convert -density 300 $inp
It's better to use Magick.NET, no need to install ImageMagick on clients: http://magick.codeplex.com/