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
NeCroFire
Posts
-
Convert PDF Pages to Image - Silverlight -
Object reference not set to an instance of an objectWon't it be much better to use Recursion? As well as A LOT simpler? Recursion using C#[^] Or maybe I'm missing something?
-
code for IP detection on LAN -
Pause, Resume Copy of file... How (C#)?Thanks for the reply. Maybe binary Reader would do the job... will check it out.
-
Image property of buttonSelect your button, then select the image property in property window. There should be an little button with 3 dots, click on that. The "Select Resource" window will open. Select Local Resource, click on import, select your image(s), click on open, then click OK.
-
Pause, Resume Copy of file... How (C#)?Hi I have been using Total Copy for like for ever, but I always wanted to write my own App for copying files with the same functionality. How can I pause and resume the copy of a file in C# (WinForms) as Total Copy does? I've tried Googling, but I'm not finding what I'm looking for. Thanks in advance. :)
-
Designing WPF application in VS-2008Hi. I have recently started learning WPF. I've written a small app with a tab control on it. I have basically finished it and works fine. But here is the thing... why can't I select the tabs like I can in a normal windows app in the design mode so I can edit controls on that specific tab? I've tried Googling for an answer, but found nothing... which got me thinking that it's not a "general problem" and that I must be doing something wrong???:confused: