In this article, I’ll look at a simple approach for including PDF support in your web application with mobile responsive. PDF is one of the most used for the web today. Every day people all around the world read PDF files, invoices, books etc on their devices. However, it’s not so easy if you want to display PDF file on your website as a part of the web page.
Here is the simple code for the display pdf on your web application
<iframe src="https://docs.google.com/viewer?url=http://www.orimi.com/pdf-test.pdf&embedded=true" frameborder="0" height="1030px" width="100%"></iframe>