public class MultiFileRenderingUtil
extends java.lang.Object
Constructor and Description |
---|
MultiFileRenderingUtil(java.lang.String ext,
java.io.File outputFile)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
createOutputStream(int pageNumber) |
public MultiFileRenderingUtil(java.lang.String ext, java.io.File outputFile)
The file name must not have an extension, or must have extension "png", and its last period must not be at the start (empty file prefix).
ext
- the extension to be usedoutputFile
- the output file or null if there's no such informationCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.