Previewing PDF and PowerPoint files with Silverlight/Flash
Asked Answered
L

2

5

I'm looking for code or a good control to preview PDFs and PPTs with Silverlight or Flash. It would be great if it has nice page-curl functionality.

We want our customers to be able to have a look at their reports in a spiffy way.

Lemal answered 3/8, 2009 at 20:6 Comment(0)
I
6

Some ideas for Silverlight display:

Inelegance answered 3/8, 2009 at 20:19 Comment(0)
S
1

Flash can only display Jpg images, therefore will need to convert each page of the PDF or PPT to a jpg file, then import these into a flash page turner component.

PDF files can be rasterized or converted to jpg using GhostScript.

PPT files could be printed to PostScript(PS) through Office automation or other library, The PS can then also be converted to jpg using GhostScript.

I have done this in Flash and would assume the same applies for Silverlight.

This is what is required at a low level.

Sanctimonious answered 3/8, 2009 at 20:18 Comment(2)
the best approach is to convert the PDF into an SWF on the server, because it's more performant, probably smaller and preserves resolution independent data ... most simple thing would probably be pdf2swf from swftools (swftools.org) ...Kharif
Does the pdf to swf convert the text to selectable text within the swf?Sanctimonious

© 2022 - 2024 — McMap. All rights reserved.