You can use the Ghostscript.NET library to convert PDF files to images in C# MVC.
This code snippet opens a PDF file, sets the output resolution to 300 DPI, and then loops through each page in the PDF file, rendering it to a PNG image and saving it to the specified output directory. You can modify the code to save the images in a different format (such as JPG or BMP) if needed.