Show PDF file using HTML in MVC
How to show PDF file using HTML in MVC
- Simple create an action in controller and paste the following code in view.
- <embed src="~/EMS_User_Manual.pdf" type="application/pdf" width="1000" height="1000" style="text-align:center;">
- Now file will be open in browser and show PDF content.
Share This with your friend by choosing any social account