show html as pdf code example
Example 1: html to pdf
CTRL + P, Then select PDF.
Example 2: show pdf in html
<iframe src="https://docs.google.com/gview?url=https://path.com/to/your/pdf.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>