ruby on rails - embeding PPT in the webpage -


i working on application require documents embeded inside webpage . want embed powerpoint slides inside page, pointer helping

the application working on built on ruby on rails

i have checked google doc viewer reason not rendering pdf/ppt application code used

<iframe src="https://docs.google.com/viewer?url=<%= uri.escape('http://myapp.com/doc_name.pdf') -%>&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe> 

the problem was behind firewall / proxy server blocked request site.... worked smoothly

answering pending questions :)


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -