plutext / docx4j

JAXB-based Java library for Word docx, Powerpoint pptx, and Excel xlsx files
https://www.docx4java.org/
2.11k stars 1.2k forks source link

docx4j-ImportXHTML sample DocxToXhtmlAndBack issue with table width increased out of page #283

Open susathiskumar opened 6 years ago

susathiskumar commented 6 years ago

Hi team,

When I convert docx -> html -> docx using this code even the sample is exceeding the table width. Please check with input and output docx.

output.docx input.docx

Looking forward your help on this.

rohitgarg29 commented 6 years ago

@susathiskumar I am trying to convert the docx to html but it is not working for me for simple text. Can you please guide me which link you followed? I used the latest docx-6.0 dependency.