Page 1 of 1

Can html be generated for supported products

PostPosted: Wed Oct 12, 2016 7:54 am
by shaww01
Of the files supported (Word docx, Powerpoint pptx, and Excel xlsx) can the related product produce an HTML version of the files content?

Re: Can html be generated for supported products

PostPosted: Wed Oct 12, 2016 2:56 pm
by jason
There is nothing to stop you from doing this using the low level API capabilities, but from a high level point of view:

- docx: yes https://github.com/plutext/docx4j/blob/ ... tHtml.java
subject to some limitations; there is also the unsupported https://github.com/plutext/docx-html-editor

- pptx: yes, subject to limitations with more practical impact (ie no shape support)

https://github.com/plutext/docx4j/blob/ ... nHtml.java

- xlslx: no