How to display PDF file in HTML?

Implementation of a PDF file in your HTML web-page is very easy.

<embed src="https://stackoverflow.com/questions/17784037/file_name.pdf" width="800px" height="2100px" />

Make sure to change the width and height for your needs.
Good luck!

Leave a Comment