Convert binary Image to JPEG/TIF image - JDE

coolkl

Well Known Member
We have a interface with Bank for our payment. Bank sends the customer signature which we need to show on our Reports. Bank send the data in Binary format and we need to convert it in JPEG/TIF or any such picture format. We have Interface in JAVA. Can we do convert the Binary Image to JPEG/TIF in JDE any ideas ?
 
I don't think in JDE it's possible. According to me what you can do is modify JAVA interface. In JAVA this kind of conversions are possible between Binary to JPEG/TIF or vice versa.
 
JPEG and TIF are Binary images - just different formats.
Sounds like you need to determine what format/type of image the bank is sending you.
 
Back
Top