print to Flash in C#
        Posted  
        
            by Reinhard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Reinhard
        
        
        
        Published on 2010-04-03T13:52:43Z
        Indexed on 
            2010/04/03
            14:13 UTC
        
        
        Read the original article
        Hit count: 181
        
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
© Stack Overflow or respective owner