Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
RubberStamp |
IAnnotationFactory.createRubberStamp(Image image,
ImageCompression imageCompression)
Constructs a rubber stamp annotation with the given image.
|
Modifier and Type | Method and Description |
---|---|
ImageCompression |
PDFGraphics.getImageCompression()
Returns the current image compression settings.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
Color bgndColor,
AffineTransform xform,
ImageCompression imageSettings)
Draws an image onto this page.
|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
int dstWidth,
int dstHeight,
Color bgndColor,
AffineTransform xform,
ImageCompression imageSettings)
Draws an image onto this page.
|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
int dstWidth,
int dstHeight,
Color bgndColor,
AffineTransform xform,
ImageCompression params,
Float alpha)
Draws an image onto this page.
|
void |
PDFGraphics.setImageCompression(ImageCompression imageCompression)
Sets the image compression settings.
|