New Post: Font Family not working
Hi this is very nice dll. But i am not finding any element to set FONT FAMILY for it is not working. Will any one please tell me how can i make it work. My Code is follows<div...
View ArticleNew Post: Font Family not working
Hello, I have justed tested and it works for style: font-family. But for <font> tag, you should use "face" and not "family" Olivier
View ArticleNew Post: New line at the beginning
Hello! I am using your dll to generate docx files from html. I use the way, when there is a template file. (because if I use the other way, OpenOffice can't open the created file) When i generate the...
View ArticleNew Post: New line at the beginning
Hello, This library may generates empty paragraphs, this is the reason why there is a cleanup method at the end of the conversion. So, this makes me to think that there is an empty line in your...
View ArticleNew Post: New line at the beginning
Hello! I managed, to remove the blank line, by editing the template, and removing these lines from document.xml:<w:p w:rsidP="00ED3C6C" w:rsidRDefault="00ED3C6C" w:rsidRPr="00ED3C6C"...
View ArticleNew Post: Trouble with tables with complex spans
Hi there-- First of all, thank you for your work on this! It's come in very handy. However, we're having some trouble with some tables with complex rowspans, such as<html> <body> <table...
View ArticleNew Post: td and tr width not rendering in the exported document
Hi Team , I had specified td and tr width in the html but its not coming up in the exported word document . On opening the html , however i can see the width . Please advice . <tr...
View ArticleNew Post: tag is not recognized
Hi I have html which contains the mixed language text, english and hindi. In html, Hindi text is shown as <Span lang="hi"> some hindi text </span> When I parse the html using converter, it...
View ArticleNew Post: Table Cell Paragraphs
Forgive me if I'm missing something but I would like my table cells to not contain a paragraph. The tables look ok but have the text in the cells has a 10pt spacing after and I'm assuming this is...
View ArticleNew Post: Table Cell Paragraphs
Alternatively, is there a way for me to add a style to only those paragraphs inside the table cell without changing the HtmlToOpenXml code?
View ArticleNew Post: Table Cell Paragraphs
Hi, You should have a paragraph inside the table cells. Instead, I suggest you to modify the cellspacing attribute of the table to decrease. You can also work on Table style. There is a way to target...
View ArticleNew Post: tag is not recognized
Hello, How do you read your html file? I would like to investigate on the encoding used for reading your html snippet and also the encoding of your file itself...
View ArticleNew Post: Table Cell Paragraphs
I can add a class name (nospacing) to a table tag but not sure how this would automatically apply a paragraph style to paragraphs within the table since the paragraphs are automatically added by the...
View ArticleNew Post: Table Cell Paragraphs
If you define the class on the table, so you should have a Table style. I were talking about class on the paragraphs inside your table. There is 3 kind of styles: Table, Paragraph and Run. The latter...
View ArticleNew Post: color:rgba(0, 0, 0, 0) Causes Exception during Parse
Calling Parse() with HTML that contains style=\"color:rgba(0, 0, 0, 0) causes an exception: rgba(0 is not a valid value for Int32. (version 1.5)
View ArticleNew Post: color:rgba(0, 0, 0, 0) Causes Exception during Parse
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Font Family not working
hi, Below is my html code returning from a texteditor, font is not applying while converting html to word doc, font tag is working fine, but i need to convert it with span itself, please help me,...
View ArticleNew Post: Table Background Color missing
I am using the SDK 2.5/.NET 4.0 set. Consider the following HTML table:<tr class="TableHeaderCells"> <th style="background-color:#FFFF99;" colspan="4"></th> <th...
View ArticleNew Post: Write HTML text in Placeholder in PowerPoint
I am creating one slide PowerPoint file using open XML in .net c#. I have tagged the placeholder in the PPT which i need to update programatically. I am able to find the placeholder and can update its...
View ArticleNew Post: Error: Could not load file or assembly 'HtmlToOpenXml,...
I'm creating a SharePoint 2010 test environment trying to mirror our production environment. We have a custom solution that apparently uses HtmlToOpenXML, version 1.3.0.0. I have been able to deploy...
View Article