sql server - Make word work with html tags -


i have wysiwyg on site, , saves text database in straight text, comes it's tags, have data looks

<p><strong>hello world</strong></p>

in sql server database. can put data 1:1 word file fine, i'm curious if there way convert tags, without having program myself it, because that's proving more challenge.

i'm working on in vb.net if answer supplied relate that, bonus. thank you.

tldr: how take wysiwyg text sql server database, ms-word using vb.net?

try this:

  • save formatted text html file
  • open html file using word
  • save opened file .docx

this make word pick formatting without showing tags. it’s not ideal solution work.

now sure if have code manipulate word docs, if not suggest using open xml vs office interop assemblies


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -