AndroidDocxToHtml icon indicating copy to clipboard operation
AndroidDocxToHtml copied to clipboard

Error to create new word document

Open agustinsivoplas opened this issue 9 years ago • 0 comments

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

agustinsivoplas avatar May 28 '15 04:05 agustinsivoplas