Package | Description |
---|---|
org.apache.pdfbox.contentstream |
This package contains provides classes for working with content streams.
|
org.apache.pdfbox.pdmodel.graphics.image |
This package deals with images that are stored in a PDF document.
|
org.apache.pdfbox.rendering |
Modifier and Type | Method and Description |
---|---|
abstract void |
PDFGraphicsStreamEngine.drawImage(PDImage pdImage)
Draw the image.
|
Modifier and Type | Class and Description |
---|---|
class |
PDImageXObject
An Image XObject.
|
class |
PDInlineImage
An inline image object which uses a special syntax to express the data for a
small image directly within the content stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PageDrawer.drawImage(PDImage pdImage) |
protected int |
PageDrawer.getSubsampling(PDImage pdImage,
AffineTransform at)
Calculates the subsampling frequency for a given PDImage based on the current transformation
and its calculated transform.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.