Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfException
Packages that use PdfException
-
Uses of PdfException in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfException in com.gitlab.pdftk_java.com.lowagie.text.pdfModifier and TypeClassDescriptionclassSignals that a bad PDF format has been used to construct aPdfObject.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that throw PdfExceptionModifier and TypeMethodDescription(package private) PdfIndirectReferencePdfCopy.add(PdfPage page, PdfContents contents) (package private) PdfIndirectReferencePdfWriter.add(PdfPage page, PdfContents contents) Adds somePdfContentsto this Writer.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.voidPdfWriter.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.voidPdfWriter.setPageAction(PdfName actionType, PdfAction action) Sets the open and close page additional action.