Hi Matthew,
Thank you for contacting Syncfusion support.
We have created a ASP.NET MVC application with the PDF viewer control as given in our
UG documentation. We use API controller for loading and processing the PDF document in the server side. While creating the API controller, WebApiConfig class will be available in the App_Start folder of the directory of the application. We need to configure the WebApiConfig class in the Global.asax.cs file of the application for sending the requests from the client to the server. Please include the below code snippet in the Application_Start() method of Global.asax.cs file for configuring the API controller.
Code Snippet:
WebApiConfig.Register(GlobalConfiguration.Configuration);
|
Please find the created application below for your reference.
Please let us know if you need any further assistance.
Regards,
Sabari Anand