Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.optionalcontent | |
org.apache.pdfbox.rendering |
Modifier and Type | Method and Description |
---|---|
PDOptionalContentGroup.RenderState |
PDOptionalContentGroup.getRenderState(RenderDestination destination) |
Modifier and Type | Method and Description |
---|---|
RenderDestination |
PDFRenderer.getDefaultDestination() |
RenderDestination |
PageDrawerParameters.getDestination() |
static RenderDestination |
RenderDestination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderDestination[] |
RenderDestination.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,
RenderDestination destination)
Returns the given page as an RGB or ARGB image at the given scale.
|
void |
PDFRenderer.renderPageToGraphics(int pageIndex,
Graphics2D graphics,
float scaleX,
float scaleY,
RenderDestination destination)
Renders a given page to an AWT Graphics2D instance.
|
void |
PDFRenderer.setDefaultDestination(RenderDestination defaultDestination) |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.