Thursday, August 30, 2012

Silverlight 4.0 PDF Viewer

Silverlight 4.0 PDF Viewer

Any free control to view PDF for Silverlight?

or how to view pdf in silverlight from memory stream?

Answers & Comments...

Answer: 1

One easy way is that you can just use HTML brush to embeded the PDF.

OR you may try http://silverpdf.codeplex.com/.

by : Michael Synchttp://stackoverflow.com/users/217593

Answer: 2

I found a solution by using an iframe and HTMLPage.

 <iframe id="mediaContainer" style="position:absolute"/> 

place this iframe in .aspx

and then call your mediacontainer then set its properties.

System.Windows.Browser.HtmlElement myFrame = System.Windows.Browser.HtmlPage.Document.GetElementById("mediaContainer"); 
by : xscapehttp://stackoverflow.com/users/273340

Answer: 3

Try this question: Previewing PDF and PowerPoint files with Silverlight/Flash

Other maybe useful links: http://forums.silverlight.net/forums/p/23986/85909.aspx#85909

http://www.siberix.com/reporting.html#pdf-sparkle - Costs money though!

http://forums.silverlight.net/forums/t/70573.aspx

You could use this to edit/print to pdf

Try codeplex: http://silverlightpdf.codeplex.com/

Works with Silverlight 3 not used it with Silverlight 4 beta yet.

by : Aim Kaihttp://stackoverflow.com/users/227211

Answer: 4

One option is to convert the PDF pages to PNG using ImageMagick or GhostScript.

It isn't free, but our Silverlight controls can do this on the fly for you using our own PDF Rasterizer.

(Disclaimer: I work here)

http://atalasoft.com/products/dotimage/silverlight

by : Lou Francohttp://stackoverflow.com/users/3937

Answer: 5

www.netpdftools.com - SL library for viewing PDFs and extracting/searching text

by : ikhodovhttp://stackoverflow.com/users/523966

Answer: 6

I used http://www.pdftron.com/silverdox/samplecode.html in my last Silverlight project (COPFS) and it worked great.

by : Jeremyhttp://stackoverflow.com/users/1017357




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog