AndroidDocxToHtml
AndroidDocxToHtml copied to clipboard
Error to create new word document
I have followed this link http://www.docx4java.org/blog/2012/05/jaxb-can-be-made-to-run-on-android/ but when I tried to create a new document fails at this line:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage(PageSizePaper.A4, false);
}
I need to know if it is possible to create a word document in Android Lollipop.
The error is:
https://gist.github.com/agustinsivoplas/8f6084d87ca07443e9a6
All the best
Agustin