onizet / html2openxml

Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments from SharePoint to Word.
MIT License
306 stars 107 forks source link

Auto Spacing Before Paragraphs #54

Open adminplugar opened 5 years ago

adminplugar commented 5 years ago

Looks like the html parser fails to indentify the property:

margin-top:auto for a

for example, other values are being parsed correctly but the auto is resultin in a 0 in the docx document..

onizet commented 5 years ago

Yes effectively this is not supported yet. I add it to my todo list