Using Google doc to embed external PDF reader
I found a trick to use Google doc PDF handler to embed PDF on HTML directly
<iframe style="width: 98%; height: 400px;"
src="https://docs.google.com/gview?url=<PUT PDF URL FILE LOCATION HERE>&embedded=true"
width="300" height="150" frameborder="0"></iframe>
Example:
Does it look nice? This just a plain and stupid right? However, it quite good, fast and no need to install any PDF reader script
Discussion and feedback

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.