Hi I am converting some text content in docx to HTML. I have 3 doubts in handling them.
1. How to handle space between words. I just see <w:t xml:space="preserve"> in document.xml but unable to get any space through your conversion.
2. From Docx how to get Line-height to be set for p tag i.e how to handle line spacing in the docx? Where to get line spacing details from document.xml?
3. Any bottom-padding to ...