Hello, I have PDF file which is stored in a blob column in an SQL Server database. The blob was created by a .Net web service (WCF) as a byte array.
In my Delphi XE application I am supposed to "decode" the byte array blob and show the PDF file as it looked originally.
Is this possible to do and if so: How do I do it?
I have a component which can display PDF files but I don't know how to convert it from the blob field!
Thanks!
/Kenbla
In my Delphi XE application I am supposed to "decode" the byte array blob and show the PDF file as it looked originally.
Is this possible to do and if so: How do I do it?
I have a component which can display PDF files but I don't know how to convert it from the blob field!
Thanks!
/Kenbla