Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.edit |
The PDModel edit package will be used to store classes for creating page content.
|
org.apache.pdfbox.pdmodel.graphics.xobject |
This package deals with images that are stored in a PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,PDXObjectImage> |
PDResources.getImages() |
Deprecated.
use
PDResources.getXObjects() instead, as the images map isn't synchronized with the XObjects map. |
Modifier and Type | Method | Description |
---|---|---|
void |
PDPageContentStream.drawImage(PDXObjectImage image,
float x,
float y) |
Draw an image at the x,y coordinates, with the default size of the image.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDCcitt |
An image class for CCITT Fax.
|
class |
PDJpeg |
An image class for JPegs.
|
class |
PDPixelMap |
This class contains a PixelMap Image.
|
Modifier and Type | Method | Description |
---|---|---|
PDXObjectImage |
PDXObjectImage.getSMaskImage() |
Returns a PDXObjectImage of the SMask image, if there is one.
|