I want To merge a multipage tiff file To a pdf I used this function but only first frame of tiff got added , what do I need To change ,
we need To ensure that we are processing each frame of the TIFF file, can you sugge…...image.BufferedImage; import java.io...FileInputStream(tiffPath); BufferedImage[] images = ImageIO.read(new File(tiffPath));...