Uses of Class
com.aowagie.text.pdf.PdfException
Packages that use PdfException
-
Uses of PdfException in com.aowagie.text.pdf
Subclasses of PdfException in com.aowagie.text.pdfModifier and TypeClassDescription(package private) class
Signals that a bad PDF format has been used to construct aPdfObject
.Methods in com.aowagie.text.pdf that throw PdfExceptionModifier and TypeMethodDescription(package private) PdfIndirectReference
PdfCopy.add
(PdfPage page, PdfContents contents) private void
Adds an image to the document.private PdfIndirectReference
PdfWriter.add
(PdfImage pdfImage, PdfIndirectReference fixedRef) Writes aPdfImage
to the outputstream.(package private) PdfIndirectReference
PdfWriter.add
(PdfPage page, PdfContents contents) Adds somePdfContents
to this Writer.(package private) PdfName
PdfWriter.addDirectImageSimple
(Image image) Use this method to adds an image to the document but not to the page resources.private PdfName
PdfWriter.addDirectImageSimple
(Image image, PdfIndirectReference fixedRef) Adds an image to the document but not to the page resources.void
PdfStamperImp.setAdditionalAction
(PdfName actionType, PdfAction action) Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole.void
PdfStamperImp.setPageAction
(PdfName actionType, PdfAction action) Always throws anUnsupportedOperationException
.(package private) void
PdfDocument.setThumbnail
(Image image) void
PdfWriter.setThumbnail
(Image image) Use this method to set the thumbnail image for the current page.