- All Implemented Interfaces:
- OutputFormatFactory
- Direct Known Subclasses:
- FileCachingJaiMosaicOutputFactory
public class InMemoryJaiMosaicOutputFactory
extends java.lang.Object
implements OutputFormatFactory
An output factory that uses pdf box to parse the pdf and create a collection of BufferedImages.
Then using JAI Mosaic operation the buffered images are combined into one RenderableImage (virtual image)
and that is written to a file using ImageIO
User: jeichar
Date: Oct 18, 2010
Time: 2:00:30 PM