Muzammil Bajaria
Muzammil Bajaria

Reputation: 109

text editor in java

I want to make a webpage having some the options of microsoft word like bold, underline, insert image, table etc. to be displayed on webpage. I want a webpage in which user can create a word document or edit the word document. I used apache POI for creating, fetching word document. but it was not efficient. Does apache POI provide solution? Are there any API or tool that we can use in java or javascript to make a word document editor?. Please provide solution. than you in advance

Upvotes: 0

Views: 221

Answers (1)

Amir Keibi
Amir Keibi

Reputation: 2144

If you specifically want to work with Microsoft office, use JavaScript API for Office.

http://dev.office.com/reference/add-ins/javascript-api-for-office

Upvotes: 1

Related Questions