html-to-docx
html-to-docx copied to clipboard
Correctly handle percentage widths for table cells
Fixes https://github.com/privateOmega/html-to-docx/issues/189
This repo isn't being maintained anymore, but if you go to the TurboDocx/html-to-docx one we're happy to take a look if we haven't fixed this already in our hard fork
Thanks for the heads up @nicolasiscoding. However, this version here seems to have quite a few more commits. Can you say something about the differences / improvements in your fork?
@ad-si i haven't seen what has been merged lately in this repo as we stopped contributing about 2 years ago.
In our fork, we actively maintain it and continually deploy with features and bug fixes. AFAIK from when we began the fork we support more tags and edge cases with complex OOXML, better error handling, and handle most document editors, etc.
Thank you for the infos @nicolasiscoding! We decided to maintain our own fork at https://github.com/OxfordAbstracts/html-to-docx. We converted the repo to TypeScript, removed obsolete stuff, and made it more robust for big HTML files.