javax.xml.parsers.ParserConfigurationException: AElfred parser is non-validating at com.icl.saxon.aelfred.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:34) at com.doylecentral.word.BinaryExtractor.parseXml(BinaryExtractor.java:23) at com.doylecentral.word.FileTester.main(FileTester.java:22)
A nice but somewhat difficult way to get the images from word. There is a much simpler way: save your document as a html page. Word wil create a directory containing all images used in the document saved as png/gif/jpg
4 Comments:
javax.xml.parsers.ParserConfigurationException: AElfred parser is non-validating
at com.icl.saxon.aelfred.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:34)
at com.doylecentral.word.BinaryExtractor.parseXml(BinaryExtractor.java:23)
at com.doylecentral.word.FileTester.main(FileTester.java:22)
The above problem can be solved by removing saxon from the classpath.
A nice but somewhat difficult way to get the images from word.
There is a much simpler way:
save your document as a html page. Word wil create a directory containing all images used in the document saved as png/gif/jpg
Absolutely brilliant and soooo simple.
Thanks
Bruce
Post a Comment
Subscribe to Post Comments [Atom]
<< Home