Uses of Class
com.itextpdf.text.pdf.PdfException
-
Packages that use PdfException Package Description com.itextpdf.text.pdf -
-
Uses of PdfException in com.itextpdf.text.pdf
Subclasses of PdfException in com.itextpdf.text.pdf Modifier and Type Class Description class
BadPdfFormatException
Signals that a bad PDF format has been used to construct aPdfObject
.Methods in com.itextpdf.text.pdf that throw PdfException 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.
-