Page 1 of 1

Creating or Reading document using docx4j on Android

PostPosted: Thu Jun 25, 2015 9:51 am
by dev7abhi
I want to read a doc file doesn't matter if its from raw folder in res or in sd card. I just want to implement a simple read or write of word document using docx4j in android. I did go through the docxtohtml source code on eclipse but didn't quiet understand the code though I managed to make it work somehow on my eclipse (changing eclipse.ini and heap). However, can somebody please tell me how to create a simple word document (.docx) using docx4j in android with code and link to correct jar file. I want the simple code for android only. If there is a project with basic read operation I would be grateful to check it. It will be a life saver not just for me but for many seeking answers for the amazing docx4j library. Thanks