I try to extract some word document with this class:
org.apache.poi.hwpf.extractor.WordExtractor
 
I retrived this error message:
java.lang.OutOfMemoryError: Java heap space
 
I retrived this error message because the document is protected with a
password.
How can I solve this error?

Reply via email to