The javadoc is here for the APIThe following is sample JSP code ToImageOptionsSpec spec = new com.adobe.fd.cpdf.api.ToImageOptionsSpec(); System.out.println("$$$$$$$Successfully set the image spec");spec.setImageConvertFormat(ImageConvertFormat.JPEG); spec.setGrayScaleCompr...