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 classBadPdfFormatExceptionSignals 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 voidPdfDocument. add(Image image)Adds an image to the document.PdfNamePdfWriter. addDirectImageSimple(Image image)Use this method to adds an image to the document but not to the page resources.PdfNamePdfWriter. addDirectImageSimple(Image image, PdfIndirectReference fixedRef)Adds an image to the document but not to the page resources.voidPdfStamper. setPageAction(PdfName actionType, PdfAction action, int page)Sets the open and close page additional action.voidPdfStamper. setThumbnail(Image image, int page)Sets the thumbnail image for a page.voidPdfWriter. setThumbnail(Image image)Use this method to set the thumbnail image for the current page.
-