html - View PPT files directly in an iframe (with Chrome Office Viewer?) -


so working on local web-based application. here facts:

example:

<div class="pt-page pt-page-1"> <!-- page 1 content goes here ... --> </div> <div class="pt-page pt-page-2"> <!-- page 2 content goes here ... --> </div> 

...etc

  • the client wants able view powerpoint (.ppt) files directly on web browser. attempt quick , dirty solution, have installed chrome extension "chrome office viewer" https://chrome.google.com/webstore/detail/chrome-office-viewer-beta/gbkeegbaiigmenfmjfclcdgdpimamgkj?hl=en each machine(this application going isolated 4 machines using chrome application, usability isn't issue here)
  • what want have happen link .ppt file in iframe in 1 of <div> pages seen above, when user clicks on link view powerpoint, page transitions , slides can viewed within iframe due chrome extension capabilitiy.
  • what happens application loads, page redirects browser original application page seperate page view .ppt file. done inside of <iframe> mentioned earlier instead of entire page redirect...

is possible or limited due construction of chrome extension itself? can have client save .ppt images , display within <div> page, figured chrome extension quickest solution. ideas? in advance.

you can use google drive web publishing , embed documents iframes.

https://support.google.com/drive/answer/37579


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -