Class PdfUAConfig

java.lang.Object
com.itextpdf.pdfua.PdfUAConfig

public class PdfUAConfig extends Object
Class that holds the configuration for the PDF/UA document.
  • Constructor Details

    • PdfUAConfig

      public PdfUAConfig (PdfUAConformance conformance, String title, String language)
      Creates a new PdfUAConfig instance.
      Parameters:
      conformance - the conformance of the PDF/UA document
      title - the title of the PDF/UA document
      language - the language of the PDF/UA document
  • Method Details

    • getConformance

      public PdfUAConformance getConformance()
      Gets the UA conformance.
      Returns:
      The PdfUAConformance.
    • getTitle

      public String getTitle()
      Gets the title.
      Returns:
      The title.
    • getLanguage

      public String getLanguage()
      Gets the language.
      Returns:
      The language.