New 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 ArticleNew Post: Error: Could not load file or assembly 'HtmlToOpenXml,...
Hi, Please make sure you have also installed the DocumentFormat.OpenXml.dll in the GAC (lib from OpenXml SDK)
View ArticleNew Post: Error: Could not load file or assembly 'HtmlToOpenXml,...
Sorry, I’m not a developer. I was originally getting the Documentformat.openxml.dll is Missing / Not Found Error, but after I installed it I started getting the HtmlToOpenXml error. I’m not sure what...
View ArticleNew Post: Write HTML text in Placeholder in PowerPoint
Hello, This library wasn't intended to output inside PowerPoint nor Excel, mainly on Word. You have to know that for bold, italic etc it's ok. But the bullet list is tricky because it needs to register...
View ArticleNew Post: Error: Could not load file or assembly 'HtmlToOpenXml,...
This library takes some Html snippet as input and convert it to native Word. Maybe the dll is not matching the correct version. For v1.3, I was using SDK 2.0 Make sure your Application Pool is...
View ArticleNew Post: span element with class attribute
Hi, Why span element could not has class attribute? If it has a class, when converted to openxml is like a paragraph and not an inline element. Best regards
View ArticleNew Post: relative link to file
Hi, I have source HTML that contains the following tag:<a href="Files\7_PDF_Document.pdf">7_PDF_Document.pdf</a> However after converting the html to OpenXML and open it in Word there is...
View ArticleNew Post: Anyway to avoid conversion errors?
I'm trying to convert slabs of HTML some of which have originated in word and were copied into a large CMS. With really simple clean html html2openxml works fine, but as soon as I try some of these...
View ArticleNew Post: Move this to Github or similar?
Any plan to move this project to Github or similar? I would like to bring it to DocumentFormat.OpenXml" version="2.7.1. Thankx, Harry
View Article