public class PDFAValidationResult extends Object implements Serializable
PDFAValidationResult
is a container for the results of a PDFA validation request. It includes a
boolean indicating conformance to the request options as well as the job log generated during the validation.Constructor and Description |
---|
PDFAValidationResult() |
Modifier and Type | Method and Description |
---|---|
Document |
getJobLog()
Retrieves the job log that was generated during conversion.
|
Document |
getValidationLog()
Sets the results report of the validation.
|
boolean |
isPDFA()
The validation results.
|
void |
setIsPDFA(boolean isPDFA)
Sets the whether the PDF/A document was successfully validated in compliance with the validation options.
|
void |
setJobLog(Document jobLog)
Sets the job log that was generated during conversion.
|
void |
setValidationLog(Document validationLog)
Retrieves the results report of the validation.
|
public boolean isPDFA()
public void setIsPDFA(boolean isPDFA)
isPDFA
- the value of isPDFA to set.public Document getJobLog()
Document
containing the job log that was generated during conversion.public void setJobLog(Document jobLog)
jobLog
- A Document
containing the job log that was generated during econversion.public Document getValidationLog()
public void setValidationLog(Document validationLog)
validationLog
- the validationLog to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.