hi all,
I have images stored in mySQL table as BLOB type. However when I want to retrieve the BLOB data out from the table and insert into a PDF document using PDFLIB, it gives me corrupted images. I was trying to use PDF_open_image(). Anyone knows of a soultion to this? Thanks!