How do you convert a .ppt file to html using Apache POI?
问题 I'm looking for a solution capable of producing a result as close to the original as possible, such as this example, which converts .doc rather than .ppt files. It should, ideally, take in a FileInputStream and output a String with the desired html code. I've come across this question, which posts code very similar to that on the Apache POI website, however it converts to an image and I've been unable to re-purpose it. Otherwise, there seems to be next to no code out there to do this. EDIT: I