Class PDFAConversionResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFAConversionResult
    extends java.lang.Object
    implements java.io.Serializable
    The 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.
    See Also:
    Serialized Form
    • Constructor Detail

      • PDFAConversionResult

        public PDFAConversionResult()
    • Method Detail

      • getPDFADocument

        public Document getPDFADocument()
        The converted PDF/A document.
        Returns:
        A Document containing the converted PDF/A content.
      • setPDFADocument

        public void setPDFADocument​(Document pdfa)
        Sets the converted PDF/A documents into this result object.
        Parameters:
        pdfa - The PDF/A document from the conversion.
      • getJobLog

        public Document getJobLog()
        Retrieves the job log that was generated during conversion.
        Returns:
        A Document containing the job log that was generated during conversion.
      • setJobLog

        public void setJobLog​(Document jobLog)
        Sets the job log that was generated during conversion.
        Parameters:
        jobLog - A Document containing the job log that was generated during econversion.
      • getConversionLog

        public Document getConversionLog()
        Sets the results report of the conversion.
        Returns:
        the conversionLog
      • setConversionLog

        public void setConversionLog​(Document conversionLog)
        Retrieves the results report of the conversion.
        Parameters:
        conversionLog - the conversionLog to set
      • isPDFA

        public boolean isPDFA()
        Returns:
        the isPDFA
      • setIsPDFA

        public void setIsPDFA​(boolean isPDFA)
        Parameters:
        isPDFA - the isPDFA to set