sergey-tihon / Clippit

Fresh PowerTools for OpenXml
https://sergey-tihon.github.io/Clippit/
MIT License
47 stars 18 forks source link

Adding textBox and table wrapped around text when converting to HTML #65

Open leoxama opened 1 year ago

leoxama commented 1 year ago

TextBox

Currently textBoxes are missing from the generated HTML when converting a .docx to .html.

I modified the Contract.docx file to add a textbox image

but when converting to html, the textbox is missing. image

Tables wrapped around text

when converting a .docx with a table wrapped around text, the text wrapping is disabled image

Result image

I've reproduced these scenarios using the sample tests in the repo.