New Post: List paragraph style not picked up
Looks like I got it to work. My solution is using .NET 4.5. I downloaded the source from here and updated this project to target 4.5, rebuilt and the list now aligns properly with the rest of the...
View ArticleNew Post: deleting blank pages in the word doc using htmltoopenxml
Hello friends, I have been using this library for the last 6 months and let me tell you, its really wonderful which made creating the word document simpler for us. Lately I have been facing some issues...
View ArticleNew Post: deleting blank pages in the word doc using htmltoopenxml
Hello, Thanks you for your kind comment :-) Do you know what causes these blank pages? At the end of the conversion, the lib is cleaning itself with all these blank paragraphs. Take a look at...
View ArticleNew Post: List Paragraph Styles and Indentation
There have been several different threads on list paragraph styles, bullets, and indenting. One thing I have noticed among them is that the "List Paragraph" style itself seems to behave differently for...
View ArticleNew Post: Borders not appearing in table
Hi, I have an html table as part of a larger document which I am trying to convert to OpenXml. When viewed as html, the table appears as it should with the borders all in the correct places, but after...
View ArticleNew Post: Borders not appearing in table
I know the "border" attribute on a table needs the "Table Grid" style available in the Word Document, but I'm not sure about border-top or border-left. I rely heavily on the table styles in Word to...
View ArticleNew Post: colspan
I tried to upgrade to the latest commit to take advantage of recent bug fixes (a big thank you to all who have been working on them) but in doing so, colspans stopped working completely for my table...
View ArticleNew Post: colspan
To clarify, it seems like I'm losing the "GridSpan" element in the OpenXML:<w:gridSpan w:val="3"/> The "old way" of setting this works for me: int? colspan = en.Attributes.GetAsInt("colspan"); if...
View ArticleNew Post: Problem with tag not displaying
Hello, I've been trying to make use of an embedded / inline Base64 img tag to display into my OpenXml document. Basically, what I've just done is I've copied and pasted the code from "How to Start"...
View ArticleNew Post: Links in footnotes
Is it possible to add a footnote that contains a link? This is possible with Word but I'm not seeing how it can be achieved here since only text can be put in the title attribute of the <abbr>...
View ArticleNew Post: Apply Word style based on p class
Looking at the source code, this appears to work for Tables only? Am I wrong? I have HTML with a class, the class is defined in the Doc style sheet, and the classes are not being converted into doc...
View ArticleNew Post: Apply Word style based on p class
Thank you, onizet! You have made a great work. I'm encountered this problem: I have a .docx as template generated from Word2013. In this template I have added 3 new style:style_doc_1style_doc_2...
View ArticleNew Post: Apply Word style based on p class
Many thanks for providing such a fix. I really appreciate. I have created a work item and commit your changes.
View ArticleNew Post: Problem with tag not displaying
Your version of Html2OpenXml lib is too old. Please, while waiting till v1.6 comes out, download the source. Sorry for trouble
View ArticleNew Post: Links in footnotes
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Links in footnotes
I added several comments to that work item. Not sure if that's monitored so I'm posting here as well.
View ArticleNew Post: heading tag and font name changes are not applied to open xml document
onizet wrote: Hi, I've just committed a patch submitted by davide about the font-family attribute that was missing. For the headings, this is a recurrent question :) Don't create a new DOCX from...
View ArticleNew Post: Links in footnotes
hello, yes indeed you did well in posting here because I didn't receive the traditional mail alerting... In fact, I first started coding by accepting both text and links. But I finally think to keep...
View ArticleNew Post: heading tag and font name changes are not applied to open xml document
Yes there is really a bug :-( I have to test more and check against TFS to find why I have not handled this case until now. But for now and if it's urgent, add this line :...
View ArticleNew Post: heading tag and font name changes are not applied to open xml document
Ok now I have committed the changes. Thanks for reporting :)
View Article