This is how i retrieve the PDDocument
val pdf = this::class.java.classLoader.getResourceAsStream("pdf/role.pdf")
?: throw FileNotFoundException("PDF template not found at pdf/role.pdf")
val pdfTemplate = Loader.loadPDF(pdf.readAllBytes()).
Note that the other properties like newMail are set properly