We are looking for a PDF Viewer control for WPF or WinForms application.

We have hit some road blocks with our current implementation which basically uses WindowsFormsHost to embed the Adobe Reader activeX control inside a WPF UserControl.

Using the above implementation we cannot do the following:

  • Consistently show rotate buttons
  • Save the file (We can save a copy, but not re-save) so we can keep the rotation that the user just performed.

I've scoured the internet for a .net control that has no external dependencies and found this component created by wpcubed and I've played with it and it seems to meet our needs. My question is are there some other alternatives?

If there are some LGPL-like licensed open source, we could consider it, but most likely we want to go with a 3rd party component preferably with a royalty-free distribution. But I'm just looking for some options that I haven't found yet.

link|improve this question

73% accept rate
feedback

4 Answers

PDFView4NET lets you display PDF files in WinForms and WPF applications. It includes support for rotating pages and saving the PDF file. PDFView4NET comes with royalty free distribution.

Disclaimer: I work for the company that develops PDFView4NET.

link|improve this answer
it doesn't have any external dependencies, i.e. does it need Adobe Reader to run? – Jose Mar 4 '11 at 18:10
@Jose - no dependencies on Adobe software or other software, a single assembly to include in your application. – iPDFdev Mar 4 '11 at 22:23
feedback

Try our product Gnostice PDFOne .NET. It has a PDF document component that will let you create new PDF files and also edit existing ones. It also has PDF viewer and printer components. And, yes, royalty-free distribution and perpetual license rights.

link|improve this answer
feedback

Have a look up Spire.PDFViewer, easy to show rotate buttons and save the file so we can keep the rotation that the user just performed.

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.