Show PDF file using HTML in MVC
Microsoft Net Framework

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


Upcoming Articles
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM