Hi
Have you tried using a TIEMultiBitmap image?
https://www.imageen.com/help/TIEDBMultiBitmap.html
e.g.
MBMP := TIEDBMultiBitmap.Create();
MBMP.Read( MyTableImageBlob );
MBmp.Write( 'D:\MyBlobImage.pdf' );
MBmp.Free;
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com