While RAD PDF is primarily intended for use with ASP.NET's Web Forms, RAD PDF can be used with MVC as well. Because RAD PDF doesn't rely upon PostBacks, ViewState, or other Web Forms specific technologies, usage is pretty straightforward.
Attached to this article is sample code for using RAD PDF with MVC 3, MVC 4, or MVC 5 and Razor. Simply create a "Bin" directory in the root of the project and add the "RadPdf.dll" from the RAD PDF installation directory (typically C:\Program Files\RAD PDF\WebControl\).
For sample source code using RAD PDF with MVC 3, MVC 4, and MVC 5, clone our GitHub repository:
https://github.com/radpdf/samples