Package | Description |
---|---|
org.apache.pdfbox.rendering |
Modifier and Type | Method and Description |
---|---|
static ImageType |
ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PDFRenderer.renderImage(int pageIndex,
float scale,
ImageType imageType)
Returns the given page as an RGB or ARGB image at the given scale.
|
BufferedImage |
PDFRenderer.renderImage(int pageIndex,
float scale,
ImageType imageType,
RenderDestination destination)
Returns the given page as an RGB or ARGB image at the given scale.
|
BufferedImage |
PDFRenderer.renderImageWithDPI(int pageIndex,
float dpi,
ImageType imageType)
Returns the given page as an RGB image at the given DPI.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.