Q: I am using jPDFProcess to convert PDF to TIFF and getting the following exception. How can I resolve this exception?

No Tiff Writer Available Exception
com.qoppa.pdf.PDFException: No TIFF Writer Available

A: You need to add the jai image libraries in the classpath.

jai_imageio.jar and jai_codec.jar are jar files that contain Java’s ImageIO image encoders and decoders, needed for reading and writing JPEG 2000 and TIFF files.