PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFDocumentRenderer Class / convertToMultipageImage Method / convertToMultipageImage(String,PDFRendererSettings,PDFPageImageFormat,Stream) Method
Range of pages to convert to image.
Settings used during the rendering process.
The type of the output TIFF image
Output stream where the image will be stored.
In This Topic
    convertToMultipageImage(String,PDFRendererSettings,PDFPageImageFormat,Stream) Method
    In This Topic
    Converts the PDF document to a multipage TIFF image.
    Syntax
    public void convertToMultipageImage( 
       java.lang.String pageRange,
       PDFRendererSettings settings,
       PDFPageImageFormat imageFormat,
       Stream output
    )

    Parameters

    pageRange
    Range of pages to convert to image.
    settings
    Settings used during the rendering process.
    imageFormat
    The type of the output TIFF image
    output
    Output stream where the image will be stored.
    See Also