How to display binary data as pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lisles
    New Member
    • Jan 2010
    • 40

    How to display binary data as pdf

    im storing a pdf file in binary format (image) in db.any idea how to retrieve the binary data and display it as pdf?
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Write the bytes to a temp file, then Process.Start(f ilename) would work.

    Comment

    Working...