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.

link|improve this question

50% accept rate
Are you looking for a stand-alone control or are you happy to make use of Adobe Reader? – Rowan Sep 29 '09 at 23:21
feedback

3 Answers

up vote 6 down vote accepted

Take a look at this blog post. He shows exactly how to do this. Your final result will look something like this:

link|improve this answer
Adobe Reader won't let you rotate or re-size PDFs permanently. – Rowan Sep 29 '09 at 23:21
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

link|improve this answer
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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.