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

    Parameters

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