How to embed a pdf from an external site in HTML?

I want to embed a pdf from an external site (link to the pdf= http://flightaware.com/resources/airport/SAN/APD/AIRPORT+DIAGRAM/pdf) MyPrepaidCenter onto my website. How do I do this?

I’ve tried:

<iframe src="http://flightaware.com/resources/airport/SAN/APD/AIRPORT+DIAGRAM/pdf" width="500" height="700">

But it hasn’t worked.

Thanks

Your link should point to an image file such as a png.
You can convert the pdf to a jpeg or png using Acrobat or a similar utility.

Here is a jpeg image.