I have a word doc with a table that is exported to html with a width greater than 100%.
widetable.zip (12.0 KB)
The table tag is
<table cellspacing="0" cellpadding="0" style="width:100.36%; border-collapse:collapse">
in the output from Aspose.Words
MS Word export to html produces:
<table class=MsoNormalTable border=1 cellspacing=0 cellpadding=0 width=“100%”
style=‘width:100.36%;border-collapse:collapse;border:none;mso-border-alt:solid windowtext .5pt;
mso-yfti-tbllook:480;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh:
.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext’>
Note that the style width is the same 100.36% but there as a class of width=“100%” too!
Is there an Aspose.Words bug here? I am not sure.
I am using Aspose.Words for java 18.6