I'm trying to embed a .pdf file directly in a c# wpf application. I tried to use a webcontrol but run into problems because of active-c security stuff. I also tried to use pdfium & moonpdf, but wasn't able to run either one of them because of buuilt errors. Does somebody know a simple way to embed a pdf file? Are there any good tutorials out there? Best regards, Lukas
Asked
Active
Viewed 1,174 times
0
-
look at this: http://stackoverflow.com/questions/55083/display-a-pdf-in-wpf-application/55177#55177 – Shoaib Shakeel Apr 06 '15 at 10:07
-
have you tried this WPF control built around Adobe Reader's control? https://wpfpdfviewer.codeplex.com – Eugene Apr 06 '15 at 15:30
-
Thank's for you're answers Yeah i tried bit, but wasn't able to get it work :/ – Lukas Apr 06 '15 at 15:39