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 (PdfUAConformanceLevel conformanceLevel, String title, String language)
      Creates a new PdfUAConfig instance.
      Parameters:
      conformanceLevel - The conformance level of the PDF/UA document.
      title - The title of the PDF/UA document.
      language - The language of the PDF/UA document.
  • Method Details

    • getConformanceLevel

      public PdfUAConformanceLevel getConformanceLevel()
      Gets the conformance level.
      Returns:
      The PdfUAConformanceLevel.
    • getTitle

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

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