Skip to content Skip to sidebar Skip to footer
Showing posts with the label Office Interop

Adding Html Text To Word Using Interop

I'm trying to add some HTML formatted text to Word using Office Interop. My code looks like thi… Read more Adding Html Text To Word Using Interop

How To Remove Html Tags From Word Content?

I know there are a couple threads about it which says simply using Regex.Replace(input, ' '… Read more How To Remove Html Tags From Word Content?