Uses of Class
com.itextpdf.kernel.exceptions.PdfException
-
-
Uses of PdfException in com.itextpdf.kernel.crypto.securityhandler
Subclasses of PdfException in com.itextpdf.kernel.crypto.securityhandler Modifier and Type Class Description classUnsupportedSecurityHandlerException -
Uses of PdfException in com.itextpdf.kernel.exceptions
Subclasses of PdfException in com.itextpdf.kernel.exceptions Modifier and Type Class Description classBadPasswordExceptionBad password exception.classInvalidXRefPrevExceptionException class for invalid prev pointer in xref structure.classMemoryLimitsAwareExceptionException class for exceptions occurred during decompressed pdf streams processing.classPdf20ConformanceExceptionException that is thrown when the PDF Document doesn't adhere to the PDF 2.0 specification.classXrefCycledReferencesExceptionException class for infinite loop in xref structure.Methods in com.itextpdf.kernel.exceptions that return PdfException Modifier and Type Method Description PdfExceptionPdfException. setMessageParams(java.lang.Object... messageParams)Sets additional params for Exception message. -
Uses of PdfException in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that throw PdfException Modifier and Type Method Description static RectangleRectangle. createBoundingRectangleFromQuadPoint(PdfArray quadPoints)Create the bounding rectangle for the given array of quadpoints.static java.util.List<Rectangle>Rectangle. createBoundingRectanglesFromQuadPoint(PdfArray quadPoints)Create a list of bounding rectangles from an 8 x n array of Quadpoints. -
Uses of PdfException in com.itextpdf.kernel.mac
Subclasses of PdfException in com.itextpdf.kernel.mac Modifier and Type Class Description classMacValidationExceptionException class for MAC validation errors. -
Uses of PdfException in com.itextpdf.kernel.pdf.canvas.parser.util
Subclasses of PdfException in com.itextpdf.kernel.pdf.canvas.parser.util Modifier and Type Class Description static classInlineImageParsingUtils.InlineImageParseExceptionSimple class in case users need to differentiate an exception from processing inline images vs other exceptions -
Uses of PdfException in com.itextpdf.kernel.utils.checkers
Method parameters in com.itextpdf.kernel.utils.checkers with type arguments of type PdfException Modifier and Type Method Description static voidPdfCheckersUtil. checkMetadata(PdfDictionary catalog, PdfConformance conformance, java.util.function.Function<java.lang.String,PdfException> exceptionSupplier)Checks that theCatalogdictionary of a conforming file contains theMetadatakey whose value is a metadata stream as defined in ISO 32000-2:2020.static voidPdfCheckersUtil. validateLang(PdfDictionary catalogDict, java.util.function.Function<java.lang.String,PdfException> exceptionSupplier)Checks that natural language is declared using the methods described in ISO 32000-2:2020, 14.9.2 or ISO 32000-1:2008, 14.9.2 (same requirements). -
Uses of PdfException in com.itextpdf.kernel.validation
Fields in com.itextpdf.kernel.validation with type parameters of type PdfException Modifier and Type Field Description private static java.util.function.Function<java.lang.String,PdfException>Pdf20Checker. EXCEPTION_SUPPLIER -
Uses of PdfException in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker with type parameters of type PdfException Modifier and Type Field Description (package private) static java.util.function.Function<java.lang.String,PdfException>PdfAChecker. EXCEPTION_SUPPLIER -
Uses of PdfException in com.itextpdf.pdfa.exceptions
Subclasses of PdfException in com.itextpdf.pdfa.exceptions Modifier and Type Class Description classPdfAConformanceExceptionException that is thrown when the PDF Document doesn't adhere to the PDF/A specification. -
Uses of PdfException in com.itextpdf.pdfua.checkers
Fields in com.itextpdf.pdfua.checkers with type parameters of type PdfException Modifier and Type Field Description (package private) static java.util.function.Function<java.lang.String,PdfException>PdfUAChecker. EXCEPTION_SUPPLIER -
Uses of PdfException in com.itextpdf.pdfua.exceptions
Subclasses of PdfException in com.itextpdf.pdfua.exceptions Modifier and Type Class Description classPdfUAConformanceExceptionException that is thrown when the PDF Document doesn't adhere to the PDF/UA specification. -
Uses of PdfException in com.itextpdf.svg.exceptions
Subclasses of PdfException in com.itextpdf.svg.exceptions Modifier and Type Class Description classSvgProcessingExceptionException thrown byISvgProcessorwhen it cannot process an SVG
-