I am trying to convert PDF to tif images. I use following code to get the image writers by format.
Iterator writers = ImageIO.getImageWritersB
Tiff support is provided by the Java Advanced Imaging plugin jai_core.jar.
jai_core.jar
In order to work correctly, the jar file needs to be added to the JVM's ext directory, otherwise it won't register properly
ext