If you ask how you can resize the PDF to fit the Iframe.
This following code may help:
<iframe src="name.pdf#zoom=50" height="100%" width="100%"></iframe>
By adding #zoom=50
, it will show PDF with default iframe scaling. (This can be edited to any number you want)
user7582130
source share