Olivier Nizet

Results 38 comments of Olivier Nizet

Hi, after a long debugging session, I found out that the library doesn't support yet the `background` style. Instead, I suggest you to use either `bgcolor` or `background-color`.

Hello, I'm very interested to find a solution to this. I did testing in the past but was lacking a real Word in RTL. Sorry to ask but I didn't...

Hello @advapiIT, sorry for late reply! I quite agree with your fix however, I would prefer a real parsing of "background" because your implementation is a bit naive and will...

Rules for correct white spacing handling https://www.w3.org/TR/css-text-3/#white-space-processing

What is the width attribute on the table?

Hi Paul, after investigation, part of the problem is in ProcessClosingTable when counting the GridSpan. The problem is in this line: `row.ChildElements[i].GetFirstChild()` because it should be instead: `row.ChildElements[i].TableTableCellProperties?.GridSpan` (note the...

Hi, Thank you for your project, it helped me out to troubleshoot. I see that you are using the style "background". Could you try with background-color instead please? This will...

I work on this project as best effort. So if you want to submit me a PR, I will be very happy :)

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

Could you share with me the content of OnProvisionImage? I don't know what is behind doc.SaveAs but ensure you have called `mainPart.Document.Save()` to persist the parsed chunks into the document.