| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedSecurityHandlerException |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PdfException |
PdfException.setMessageParams(Object... messageParams)
Sets additional params for Exception message.
|
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
Rectangle.createBoundingRectangleFromQuadPoint(PdfArray quadPoints)
Create the bounding rectangle for the given array of quadpoints.
|
static List<Rectangle> |
Rectangle.createBoundingRectanglesFromQuadPoint(PdfArray quadPoints)
Create a list of bounding rectangles from an 8 x n array of Quadpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacValidationException
Exception class for MAC validation errors.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineImageParsingUtils.InlineImageParseException
Simple class in case users need to differentiate an exception from processing
inline images vs other exceptions
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PdfCheckersUtil.checkMetadata(PdfDictionary catalog,
PdfConformance conformance,
Function<String,PdfException> exceptionSupplier)
Checks that the
Catalog dictionary of a conforming file contains the Metadata key whose value is
a metadata stream as defined in ISO 32000-2:2020. |
static void |
PdfCheckersUtil.validateLang(PdfDictionary catalogDict,
Function<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).
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.