iTextSharp - How to generate a RTF document in the ClipBoard instead of a file
        Posted  
        
            by Jonas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonas
        
        
        
        Published on 2009-09-25T19:07:21Z
        Indexed on 
            2010/06/15
            15:02 UTC
        
        
        Read the original article
        Hit count: 353
        
I would like to generate a PDF or RTF document using iTextSharp library that can be copied to the clipboard, using the same code I use to generate the document on a file (FileStream).
This way my application would give the user two options: generate to a file or to the clipboard.
© Stack Overflow or respective owner