Example usage for Java org.apache.pdfbox.rendering PDFRenderer fields, constructors, methods, implement or subclass
The text is from its open source code.
PDFRenderer(PDDocument document) Creates a new PDFRenderer. |
BufferedImage | renderImage(int pageIndex, float scale) Returns the given page as an RGB image at the given scale. |
BufferedImage | renderImage(int pageIndex) Returns the given page as an RGB image at 72 DPI |
BufferedImage | renderImage(int pageIndex, float scale, ImageType imageType) Returns the given page as an RGB or ARGB image at the given scale. |
BufferedImage | renderImageWithDPI(int pageIndex, float dpi) Returns the given page as an RGB image at the given DPI. |
BufferedImage | renderImageWithDPI(int pageIndex, float dpi, ImageType imageType) Returns the given page as an RGB image at the given DPI. |