Displaying a PDF file within a WPF application October 20, 2010 I had a need to view PDF files directly within a WPF application for a projcect.So i found an easy way to do that.The trick is to use the WinForms support in WPF ala the WindowsFormHost control. Read more