toggle menu
Nutrient Java SDK
JVM
Guides
Ver. 1.X
switch theme
search in API
Nutrient Java SDK
/
io.nutrient.sdk.validation
/
PdfValidationResult
Pdf
Validation
Result
public
final
class
PdfValidationResult
Represents the outcome of a PDF conformance validation run performed by .
Members
Functions
get
Is
Valid
Link copied to clipboard
public
final
boolean
getIsValid
(
)
Indicates whether the document conforms to the conformance level it was validated against.
get
Report
Link copied to clipboard
public
final
String
getReport
(
)
The detailed validation report.
get
Validated
Conformance
Link copied to clipboard
public
final
PdfValidationConformance
getValidatedConformance
(
)
The conformance level the document was validated against.