Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14039 - No conversion available for that picture type

14039   No conversion available for that picture type

Cause

This error occurs if your application code attempts to convert a non-standard picture type. Only bitmaps, TIFF (tagged image file format), PNG (portable network graphics), and JPEG (Joint Photographic Experts Group) type picture images can be converted to another picture type.

Action

Change your application code to ensure you have a picture of the required type before calling the convertPicture or the convertToFile method of the Binary primitive type.