| Author |
Document viewer in GWT
|
christine clarin
Ranch Hand
Joined: Feb 05, 2005
Posts: 106
|
|
Hello,
Is there any widget in GWT that will allow me to view MS Word docs or PDF files?
Thanks so much!
Regards,
Chris
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8435
|
|
GWT is essentially JS. I doubt if any such widget exists.
However you can always invoke Window.open to delegate the document opening task to the underlying OS.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Plutarco Gonzalez
Greenhorn
Joined: Jan 13, 2011
Posts: 2
|
|
I think, you may add frame to gwt application and send your file to app viewer,
like zoho or google docs and load this in your frame.
look this:
http://viewer.zoho.com/home.do
or
http://docs.google.com/viewer
|
 |
 |
|
|
subject: Document viewer in GWT
|
|
|