| 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 and Description | 
|---|---|
| Map<String,PDXObjectImage> | PDResources. getImages()Deprecated. 
 use  PDResources.getXObjects()instead, as the images map isn't synchronized with the XObjects map. | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
| class  | PDCcittAn image class for CCITT Fax. | 
| class  | PDJpegAn image class for JPegs. | 
| class  | PDPixelMapThis class contains a PixelMap Image. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDXObjectImage | PDXObjectImage. getSMaskImage()Returns a PDXObjectImage of the SMask image, if there is one. | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.