Page 1 of 1

Table are not coming after Conversion

PostPosted: Tue Jan 08, 2013 8:04 pm
by Anjalisethi1980
Hi Jason,
I am Working on one Android Application DoctoPdf Conversion. I used docx4j for converting doc to html with reference AndroidDocxToHtml . its converting fine but , i am facing problem with tables . Tables are not coming after conversion,only one square box is coming.

Anjali

Re: Table are not coming after Conversion

PostPosted: Wed Jan 09, 2013 10:40 am
by jason
There is support in https://github.com/plutext/docx4j/blob/ ... nXSLT.java for tables

What does the html of your table look like?

The master branch now supports nested tables https://github.com/plutext/docx4j/blob/ ... nXSLT.java so that capability could be merged back into the android branch.