Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Class | Description |
---|---|---|
class |
BadPdfFormatException |
Signals that a bad PDF format has been used to construct a
PdfObject . |
Modifier and Type | Method | Description |
---|---|---|
protected void |
PdfDocument.add(Image image) |
Adds an image to the document.
|
PdfName |
PdfWriter.addDirectImageSimple(Image image) |
Use this method to adds an image to the document
but not to the page resources.
|
PdfName |
PdfWriter.addDirectImageSimple(Image image,
PdfIndirectReference fixedRef) |
Adds an image to the document but not to the page resources.
|
void |
PdfStamper.setPageAction(PdfName actionType,
PdfAction action,
int page) |
Sets the open and close page additional action.
|
void |
PdfStamper.setThumbnail(Image image,
int page) |
Sets the thumbnail image for a page.
|
void |
PdfWriter.setThumbnail(Image image) |
Use this method to set the thumbnail image for the current page.
|
Copyright © 2018. All rights reserved.