I am looking into a PDF viewer control than can be used in WPF application. I saw some examples using WindowsFormHost but I am interested in rotating/resizing the pdf file. Please let me know if there is a solution.
feedback
|
|
Take a look at this blog post. He shows exactly how to do this. Your final result will look something like this:
| |||
|
feedback
|
|
I wanted to do the same thing natively (no ActiveX, browser control, etc). The only solution I found was to use this product: http://www.tallcomponents.com/pdfrasterizer3.aspx | |||
|
feedback
|
|
The above answers are not true PDF WPF controls. The former simple wraps Acrobat Reader ActiveX and assumes that Reader is installed (can you always assume that this is the case? also it is against lic agreement for use in commercial apps), the latter is a WinForms control. PDFNet SDK includes a true WPF control (pdftron.PDF.PDFViewCtrlWFP) and you can take advantage of all new WFP feaures. As a starting point take a look at PDFViewWPF sample - btw. you would need .NET 4+ version since WPF control is not supported in .NET 1 - 3.5 | |||
|
feedback
|
