user2214219
user2214219

Reputation: 1

Creating an HTML document out of RichTextBox in WPF

I am having issues creating an html document out of a RichTextBox. I am able to get all of the text out of the RichTextBox. This issue is when I go to get images that I pasted in by using Windows Snipping tool don't show up in the document. Is there a way to do this?

Upvotes: 0

Views: 1427

Answers (1)

Pantelis Natsiavas
Pantelis Natsiavas

Reputation: 5369

Perhaps you could give us a non-working example where the error occurs in order to help you. Anyway, you could also check this and this out.

Hope I helped!

Upvotes: 2

Related Questions