views:

171

answers:

1

Is it possible to render PDF using DocumentViewer (it's WPF control) ?

If it is possible then how ? Code example or link to some code example would be appreciated. Thanks for answers.

+1  A: 

i dont think it is possible with the document viewer - unless you convert to xps first.

There are a few other threads on displaying pdf in wpf: http://stackoverflow.com/questions/55083/opening-a-pdf-in-wpf-application http://hugeonion.com/2009/04/06/displaying-a-pdf-file-within-a-wpf-applicati http://stackoverflow.com/questions/1495276/please-suggest-a-pdf-viewer-for-wpfon/ http://www.codeproject.com/KB/applications/PDFViewerControl.aspx

GreyCloud