JanBuerger
JanBuerger
User is a reserved keyword, so you must use square brackets to make it explicit that you mean the object named "User" it, i.e. use [User] instead of User.
Add org.javassist javassist 3.23.1-GA to your pom.xml
This isn't setting the font to courier anymore, it defaults to LiberationSans : final Font font = new Font(Font.COURIER, fontsize, Font.NORMAL) final PdfPCell c = new PdfPCell(new Phrase(myText, font)); This...