Convert PDF Pages to Image - Silverlight
-
Hi, I'm busy with a Silverlight 5 project in which it's needed to upload PDF docs. A manager should be able to quickly preview these docs in the app. So all I need is to have a way to view the PDF contents in my Silverlight app. I have found a few solutions on the net, but almost all of them have a whole list of other features I will never use and as a result cost an arm an a leg. So I thought the easiest way would be to convert the PDF pages into images as silverlight has no trouble displaying images. All I should need is a way to open the doc and then convert each page into an image. I'd like to be able to do this without a round trip to the server. I know I can use an IFrame in a popup or something on top of the silverlight app, but right now that's my last resort. Hope you can help, Thanks