can i open a ppt file in java applet?

is there any to show a power point presentation through java applet i
[76 byte] By [kirtesh.lathkara] at [2007-11-27 9:46:13]
# 1
None readily available as far as I know (Jakarta HSSF POI doesn't seem to be there yet IIRC), but I'm sure it's possible to write one oneself...
CeciNEstPasUnProgrammeura at 2007-7-12 23:56:15 > top of Java-index,Java Essentials,Java Programming...
# 2
Isn't a powerpoint presentation file essentially a markup language like XML? If so then it would be possible to write your own.
maple_shafta at 2007-7-12 23:56:15 > top of Java-index,Java Essentials,Java Programming...
# 3
The best way is convert into PDF and display it.
polimetlaa at 2007-7-12 23:56:15 > top of Java-index,Java Essentials,Java Programming...