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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -