how to display a pdf document stored in c# assembly as embedded resources.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guizawa
    New Member
    • Mar 2010
    • 5

    how to display a pdf document stored in c# assembly as embedded resources.

    Hi all, please, enlighten me. I'd like to display pdf document stored in assembly as embedded resources straight into pdf control in a C# windows application form. What I mean straight is NOT to transfer the binary content into a pdf file then loadfile BUT direct from the assembly to pdf control. Thank's in advance to all c# experts for helping me out.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    What C# plugin are you using to handle the display of the pdf?
    What do you mean when you say assembly? Surely not assembly code.

    Comment

    • guizawa
      New Member
      • Mar 2010
      • 5

      #3
      C# plugin to handle pdf display would be adobe acrobat. I mean c# assembly in which resources file is included. Thank's.

      Comment

      Working...