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 class
UnsupportedSecurityHandlerException
-
Uses of PdfException in com.itextpdf.kernel.exceptions
Subclasses of PdfException in com.itextpdf.kernel.exceptions Modifier and Type Class Description class
BadPasswordException
Bad password exception.class
InvalidXRefPrevException
Exception class for invalid prev pointer in xref structure.class
MemoryLimitsAwareException
Exception class for exceptions occurred during decompressed pdf streams processing.class
Pdf20ConformanceException
Exception that is thrown when the PDF Document doesn't adhere to the PDF 2.0 specification.class
XrefCycledReferencesException
Exception class for infinite loop in xref structure.Methods in com.itextpdf.kernel.exceptions that return PdfException Modifier and Type Method Description PdfException
PdfException. 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 Rectangle
Rectangle. 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 class
MacValidationException
Exception 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 class
InlineImageParsingUtils.InlineImageParseException
Simple 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 void
PdfCheckersUtil. checkMetadata(PdfDictionary catalog, PdfConformance conformance, java.util.function.Function<java.lang.String,PdfException> exceptionSupplier)
Checks that theCatalog
dictionary of a conforming file contains theMetadata
key whose value is a metadata stream as defined in ISO 32000-2:2020.static void
PdfCheckersUtil. 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 class
PdfAConformanceException
Exception 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 class
PdfUAConformanceException
Exception 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 class
SvgProcessingException
Exception thrown byISvgProcessor
when it cannot process an SVG
-