Package digilib.pdf

Class PDFTitlePage


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

      • logger

        protected static org.slf4j.Logger logger
    • Constructor Detail

      • PDFTitlePage

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

      • 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()