Hello PDFBox community,

Is there any way to utilize the new ImageIOUtils to convert PDF to multi-page TIFF? The improved ImageIOUtils is great, but only supports conversion of a single BufferedImage to an OutputStream, and I'd like to write an array of BufferedImage to a multi-page TIFF. As it stands right now, my current process utilizes PDFRenderer to produce an array of BufferedImage, which I convert to multi-page TIFF via JAI.

Just looking for a more efficient way.

Thanks,


A.D. Kent


Reply via email to