Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Render PDF using DocumentViewer control?

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.

like image 356
Rasto Avatar asked Aug 07 '10 11:08

Rasto


1 Answers

I don't think it is possible with the DocumentViewer - unless you convert to XPS first.

There are a few other threads on displaying PDF in WPF:

  • Display a PDF in WPF Application
  • http://www.codeproject.com/KB/applications/PDFViewerControl.aspx
like image 190
GreyCloud Avatar answered Sep 24 '22 05:09

GreyCloud