Java org.apache.pdfbox.rendering PDFRenderer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.rendering PDFRenderer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.rendering PDFRenderer.

The text is from its open source code.

Subclass

org.apache.pdfbox.rendering.PDFRenderer has subclasses.
Click this link to see all its subclasses.

Constructor

PDFRenderer(PDDocument document)
Creates a new PDFRenderer.

Method

BufferedImagerenderImage(int pageIndex, float scale)
Returns the given page as an RGB image at the given scale.
BufferedImagerenderImage(int pageIndex)
Returns the given page as an RGB image at 72 DPI
BufferedImagerenderImage(int pageIndex, float scale, ImageType imageType)
Returns the given page as an RGB or ARGB image at the given scale.
BufferedImagerenderImageWithDPI(int pageIndex, float dpi)
Returns the given page as an RGB image at the given DPI.
BufferedImagerenderImageWithDPI(int pageIndex, float dpi, ImageType imageType)
Returns the given page as an RGB image at the given DPI.