locked
Displaying the PDF in the WPF window RRS feed

  • Question

  • Hi, 

         Is there any Control available to display the PDF in the WPF window except the WPF Web browser control.   I am having the byte array that to convert into PDF.  Its works fine for all web applications.   But we have face the problem in the WPF.  

        Is there any way to display the PDF in the WPF window.  If you have the solution please share it with us or suggest me the best one.

    Thanks
    Monday, January 12, 2009 4:34 PM

Answers

  • Hi,

    You can have the WebBrowser (or Frame control) load a .htm file that loads the PDF file.  This should load in the WPF window.

    Andre
    • Proposed as answer by Alexander Yudakov Monday, January 12, 2009 11:31 PM
    • Marked as answer by Hua Chen Thursday, January 15, 2009 7:55 AM
    Monday, January 12, 2009 10:22 PM