karurkarthi / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

Table widths are not preserved when converting from docx to xhtml #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a docx file with a table with 3 columns, the table width is set to 
100% and each of the columns have 33.33% width.
2. Convert the docx to xhtml using XWPF converter
3. Open the html created in step2 in any browser.

What is the expected output? What do you see instead?
the width of the table in HTML is 50% instead of 100%
Looks like this is only an issue when we specify width in percentage. It works 
fine when we specify width in cms in docx.

What version of the product are you using? On what operating system?
1.0.0

Please provide any additional information below.
Please take a look at the docx and the html files created.

Original issue reported on code.google.com by sanjay...@gmail.com on 18 Jan 2013 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
I will see this problem as soon as I will find time.

Original comment by angelo.z...@gmail.com on 18 Jan 2013 at 9:20