- Joined
- Jul 7, 2012
- Messages
- 24
- Points
- 0
1. Upload your pdf file from local drive on your PC to your web hosting.
2. If you want to display your pdf file content on html webpage
embed with code below
3. Remmember replace your url points to pdf file in code above to apply.
Good luck!
2. If you want to display your pdf file content on html webpage
embed with code below
Code:
<iframe src="http://docs.google.com/gview?url=http://www.yourdomain.com/yourfile.pdf&embedded=true" style="width:600px; height:400px;" frameborder="0"></iframe>
Good luck!