New Post: UL bullet lists not rendering properly (or at all)
I have some fairly simply HTML containing <ul> lists. Unfortunately these seem to get lost entirely when generating OpenXML. The output is just w:p/w:r blocks, not w:pPr. Is this a known issue?...
View ArticleNew Post: UL bullet lists not rendering properly (or at all)
I have just tested and it works correctly. Are you sure you are inserting the converted bits into the same document you use to instantiate HtmlConverter ? Could you post your Html + call to...
View ArticleNew Post: Should H1 restart the numbering of H2 or I am doing something wrong...
Was wondering if you got a chance to implement this update? Thanks
View ArticleNew Post: UL bullet lists not rendering properly (or at all)
I have the same problem. When I try:<ol> <li>sth</li> <li>sth</li> </ol> I get no numbering (or bullets in case of <ul>). But they do work in nested lists! It...
View ArticleNew Post: UL bullet lists not rendering properly (or at all)
Ignore my comment; I was using an old version (from NuGet). Downloading and building from source solved this problem.
View ArticleNew Post: UL bullet lists not rendering properly (or at all)
I'm sorry about this, I'm not the owner with the NuGet package and I have nothing related with him. Anyway, I'm glad it finally works as expected.
View ArticleNew Post: Converted document not able to open
I am not able to open converted document. I used sample HTML and sample code provided in documentation. I tried opening documents both with open office and with Microsoft word. Is there anything I am...
View ArticleNew Post: Escape characters while building html
Hello All, I am using the HtmltoOpenXml dll for generating the word document. Let me tell you that this is a great dll and it generates the word document very neatly as required. I am facing one issue...
View ArticleNew Post: Escape characters while building html
Hello, This problem is very tied to your way to build your Html. Similarly to what you should do if creating an Xml "by-hand", you will have to escape the quotes. Don't forget to encode also "<" and...
View ArticleNew Post: Converted document not able to open
Could you post your code ? I'm not an expert on psychic debugging :)
View ArticleNew Post: Table border
Hi there, I detected a bug with table borders. I have a table with a simple border in my html code, however, when I preview my this table after conversion, the border line is applied to the cell...
View ArticleNew Post: Table border
hello, Sorry for late reply! I have take a look at your bug and after debugging, I would like to ask you: in Html, when you apply a CSS class, you can overwrite your behavior but adding inline CSS. If...
View ArticleNew Post: Table border
Hello onizet, You have understood well, we are using both the class and border attributes in our table, with the border set to zero. Your modification sounds like it should solve our issue, looking...
View ArticleNew Post: crashes on list-style-type:disc
using an html converter, the following code converter.Parse("<html><body><ul style=\"list-style-type:disc;\"></body></html>") throws a NullReferenceException
View ArticleNew Post: crashes on list-style-type:disc
Hello, I have just tested and it works normally. But the "release" version is far from up-to-date. I recommend you to download the latest source code and build the library.
View ArticleNew Post: Issue with anchor tag
I am using https://html2openxml.codeplex.com/ for converting HTML to OpenXML and then creating a word document. It works fine for other things except that when I add an anchor tag to the html. It...
View ArticleNew Post: Advice on Table of Contents
Firstly, great project - I have just started using this and it's a life saver. There is one area that I could do with some guidance on, and that's a table of contents. Should I create a list and then...
View ArticleNew Post: Issue with anchor tag
Hello, Sorry for the late reply. Can you post the Html you have used?
View ArticleNew Post: Advice on Table of Contents
Hello, I have take a look on google how to build a TOC in OpenXml and didn't find a clean answer. But Eric White discusses here about different ways: link. Please take a look about the 5 screen casts.
View ArticleNew Post: List paragraph style not picked up
I am seeing a strange issue with the left margin on a list item mentioned by Kyrillos. The numbers of my OL appear to the left of the margin used by the rest of the document, while the copy for the LIs...
View Article