Question

Is Apache POI available in PRPC 7.1.7?
I am looking for a way to convert WOrd to PDF. it can be done using org.apache.poi.hwpf.extractor.WordExtractor. Some article says this JAR is available in PRPC 7 but when I use this call org.apache.poi.hwpf.extractor.WordExtractor, it says unable to resolve to a type.
Anyway know how we can convert word to HTML using any OOB way?