Quantcast
Viewing all articles
Browse latest Browse all 228

New Post: Applying paragraph styles to cells in table.

To answer my own question, I figured this out by changing line 756 from the latest build in HtmlConverter.ProcessTag.cs from:
properties.Add(new TableWidth() { Type = TableWidthUnitValues.Pct, Width = "5000" });
to:
properties.Add(new TableWidth() { Type = TableWidthUnitValues.Pct, Width = "auto" });
Cheers!

Viewing all articles
Browse latest Browse all 228

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>