org.sejda.impl.icepdf.component
Class PdfToBufferedImageProvider

java.lang.Object
  extended by org.sejda.impl.icepdf.component.PdfToBufferedImageProvider

public final class PdfToBufferedImageProvider
extends Object

ICEpdf component providing a conversion method for a Document page to a BufferedImage. current thread.

Author:
Andrea Vacondio

Method Summary
static BufferedImage toBufferedImage(org.icepdf.core.pobjects.Document document, int page, AbstractPdfToImageParameters parameters)
          Converts the given Document page to a BufferedImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toBufferedImage

public static BufferedImage toBufferedImage(org.icepdf.core.pobjects.Document document,
                                            int page,
                                            AbstractPdfToImageParameters parameters)
Converts the given Document page to a BufferedImage

Parameters:
document -
page -
parameters -
Returns:
the corresponding BufferedImage


Copyright © 2012. All Rights Reserved.