Uses of Class
com.itextpdf.text.pdf.PdfException
Packages that use PdfException
-
Uses of PdfException in com.itextpdf.text.pdf
Subclasses of PdfException in com.itextpdf.text.pdfModifier and TypeClassDescriptionclassSignals that a bad PDF format has been used to construct aPdfObject.Methods in com.itextpdf.text.pdf that throw PdfExceptionModifier and TypeMethodDescription(package private) PdfIndirectReferencePdfCopy.add(PdfPage page, PdfContents contents) protected voidAdds an image to the document.(package private) PdfIndirectReferencePdfWriter.add(PdfImage pdfImage, PdfIndirectReference fixedRef) Writes aPdfImageto the outputstream.(package private) PdfIndirectReferencePdfWriter.add(PdfPage page, PdfContents contents) Adds somePdfContentsto this Writer.PdfWriter.addDirectImageSimple(Image image) Use this method to adds an image to the document but not to the page resources.PdfWriter.addDirectImageSimple(Image image, PdfIndirectReference fixedRef) Adds an image to the document but not to the page resources.voidPdfStamperImp.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.voidPdfStamper.setPageAction(PdfName actionType, PdfAction action, int page) Sets the open and close page additional action.voidPdfStamperImp.setPageAction(PdfName actionType, PdfAction action) Always throws anUnsupportedOperationException.(package private) voidPdfStamperImp.setPageAction(PdfName actionType, PdfAction action, int page) Sets the open and close page additional action.(package private) voidPdfDocument.setThumbnail(Image image) voidPdfStamper.setThumbnail(Image image, int page) Sets the thumbnail image for a page.(package private) voidPdfStamperImp.setThumbnail(Image image, int page) voidPdfWriter.setThumbnail(Image image) Use this method to set the thumbnail image for the current page.