Package digilib.pdf

Class PDFTitlePage

java.lang.Object
digilib.pdf.PDFTitlePage

public class PDFTitlePage extends Object
A class for the generation of a title page for the generated pdf documents.
  • Field Details

    • request

      protected PDFRequest request
    • logger

      protected static org.slf4j.Logger logger
  • Constructor Details

    • PDFTitlePage

      public PDFTitlePage(PDFRequest pdfji)
      Initialize the TitlePage
      Parameters:
      pdfji -
  • Method Details

    • createPage

      public com.itextpdf.layout.Document createPage(com.itextpdf.layout.Document content)
      Add the the title page to the PDF Document.
      Returns:
    • getLogo

      protected com.itextpdf.layout.element.Image getLogo()
    • getHeaderTitle

      protected String getHeaderTitle()
    • getHeaderSubtitle

      protected String getHeaderSubtitle()
    • getReference

      protected String getReference()
    • getTitle

      protected String getTitle()
    • getAuthor

      protected String getAuthor()
    • getDate

      protected String getDate()
    • getPages

      protected String getPages()
    • getUrl

      protected String getUrl()