print to Flash in C#
- by Reinhard
I need an easy way to show different document-types (.doc, .xls, .jpg...) in webpages.
Ideally a user prints or saves that document and that document is automatically converted to Adobe-Flash.
I know there are existing solutions to this. However, I would like to implement them in my own application, written in C#.
Can anyone point me in a direction how to write a "Printer" in C#, where printable documents can be printed to, and that outputs a SWF-File?
Thanks,
Reinhard