I am creating an ms document viewer application. For this I have used apache-POI to converting the document to html.
For this, I got some sample source from the github.
The apache poi converts the documents to html well. But it is not converting as like in the source doc. That is, It is not displaying the formatted content. If my doc has 3pages, it covert as a single page. How can I display the doc as page by page using the apache poi?
0 comments:
Post a Comment