Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 wpf 应用程序中有一个richTextBox,它有 Text + Image
我想用 RichtextBox 生成 PDF,它同时显示 RichTextBox 的文本和图像
这里有一些或多或少相同的问题。注意 RichTextBox 的 Document 属性是一个 FlowDocument。
WPF:流文档到 PDF
将 FlowDocument 转换为 PDF 的最佳方法是什么
如何在 PDF 和 Word 中保存 flowDocument 的内容?