Convert PDF to JPG or PNG using C# or Command Line - Stack Overflow
Question is quite old, but recently I have found this solution which worked for me: https://github.com/jhabjan/Ghostscript.NET. It is also available as an nuget download. Here is the sample code for converting all pdf pages into png images: private static...