我在wpf应用程序中有一个richTextBox,其中有文本+图像
我想用显示RichtextBox的文本和图像的RichTextBox生成
发布于 2013-01-04 05:59:56
这里有一些或多或少是相同的问题。注RichTextBox的Document属性是一个FlowDocument。
WPF: flowdocument to PDF
What's the best way to convert a FlowDocument into PDF
How to save the content of flowDocument in PDF and Word?
https://stackoverflow.com/questions/14140275
相似问题