public class PDFAConversionResult extends Object implements Serializable
PDFAConversionResult
is a container for the results of a PDFA conversion job. It includes the
converted document as well as the conversion log and job log generated during the conversion.Constructor and Description |
---|
PDFAConversionResult() |
Modifier and Type | Method and Description |
---|---|
Document |
getConversionLog()
Sets the results report of the conversion.
|
Document |
getJobLog()
Retrieves the job log that was generated during conversion.
|
Document |
getPDFADocument()
The converted PDF/A document.
|
boolean |
isPDFA() |
void |
setConversionLog(Document conversionLog)
Retrieves the results report of the conversion.
|
void |
setIsPDFA(boolean isPDFA) |
void |
setJobLog(Document jobLog)
Sets the job log that was generated during conversion.
|
void |
setPDFADocument(Document pdfa)
Sets the converted PDF/A documents into this result object.
|
public Document getPDFADocument()
Document
containing the converted PDF/A content.public void setPDFADocument(Document pdfa)
pdfa
- The PDF/A document from the conversion.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 getConversionLog()
public void setConversionLog(Document conversionLog)
conversionLog
- the conversionLog to setpublic boolean isPDFA()
public void setIsPDFA(boolean isPDFA)
isPDFA
- the isPDFA to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.