I want to use font file and image in my java code. But I cannot store it in the database or in any file directory. I want to hard-code that file in .java file like I sometimes I hard-code base64 image in plsql procedure. How to do this in java?
I want to generate pdf ID cards. so I have background image and font, only write the data on image and export. I will move only .class files on prod server, no jars.