将PDF转换为FixedDocument

时间:2011-01-08 14:40:25

标签: c# wpf pdf fixeddocument pdfrenderer

我的目标是能够使用DocumentViewer(WPF控件)显示PDF文档。 DocumentViewer只能显示FixedDocumnets。有没有办法将PDF转换为FixedDocument。 谢谢你的回答

1 个答案:

答案 0 :(得分:2)

阅读此MSDN讨论:

http://social.msdn.microsoft.com/Forums/en/windowsxps/thread/1917fede-bf5c-4c66-92cd-e97cfa0206cc

讨论了一些替代方案(涉及Ghostscript和一些商业解决方案)。