Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Class and Description |
---|---|
class |
BadPdfFormatException
Signals that a bad PDF format has been used to construct a PdfObject .
|
Modifier and Type | Method and 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 |
PdfWriter.setThumbnail(Image image)
Use this method to set the thumbnail image for the current page.
|
void |
PdfStamper.setThumbnail(Image image, int page)
Sets the thumbnail image for a page.
|
Copyright © 2016. All rights reserved.