WHAT IS POI? The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. Support for reading and writing Microsoft Excel files and property information is mature and work continues on reading and writing the MS Word format. SO you can only manipulate WORD and EXCEL using POI.

解决方案 »

  1.   

    But!
    Microsoft applications like "Word", "Excel" or "Powerpoint" let the user describe his document by properties like "title", "category" and so on. The application itself adds further information: last author, creation date etc. These document properties are stored in so-called property set streams. A property set stream is a separate document within a POI filesystem. We'll call property set streams mostly just "property sets". HPSF is POI's pure-Java implementation to read and write property sets.The HPSF HOWTO describes what a Java application should do to read a property set using HPSF, how to retrieve the information it needs, and how to write properties into the document.HPSF of POI
    =============
    HPSF is our port of the OLE 2 property set format to pure Java. Property sets are mostly use to store a document's properties (title, author, date of last modification etc.), Currently HPSF supports read functionality only. That shows you can only set attributes like as title, author, date of last modification etc.)
      

  2.   

    to vcvj:      我知道excel与word都POI可以解决了,你的意思是HPSF of POI 能够读取.ppt的属性集是吗?但读取文件的内容还没有解决方案是吗?      小弟愚钝,你多指教呀,呵呵,大哥,你再给我说说吧,谢谢了。
      

  3.   

    如果不求跨平台,用vb/vc提取ppt索引很实在,我就是这样
      

  4.   

    难道用JAVA就没有解决办法了吗???求助呀!!!!!HELP ME!!!
      

  5.   

    POI对word,excel也只能解决很基本的
      

  6.   

    呵呵,这个肯定是有人做出来的,googl,baidu上,你之所以能搜到ppt的文件,并看到一些摘要,之所以能看到这些摘要就是肯定可以抽取它的内容了。
      

  7.   

    java的优势不在这方面,所以没什么人在这个上面下太多功夫,所以目前没有合适的API对于PPT