Link to home
Start Free TrialLog in
Avatar of tommym121
tommym121Flag for Canada

asked on

SQL - how to extract a image type field into a file of pdf type

I have a table  (
Data (image, null)
ObjectSize (int, null)
filename (varchar(50), null)
)

I like to extract the Data and create a pdf out of it.  Any idea how to do that?
ASKER CERTIFIED SOLUTION
Avatar of kswathi
kswathi
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tommym121

ASKER

Thanks.  It is very helpful