I have a docx file inside my android app. I want to view its contents on an activity , page wise.
say, I want to view page no 2, i want something like
display(DOCX_NAME,2);
also, on display, there should not be any re-formatting(I want the docx page to be displayed as if a snapshot was taken of it)
how do i go about it? also, its a 200 page docx, and I will use the display part quite a few times during runtime.