I would like to add UTF-8 fonts in pdf (greek). Is there any step by step guide for it as i am working in Windows platform and Lucee 5.3.6 via Commandbox. My available folders are
WEB-INF/lib, WEB-INF/lucee-server and WEB-INF/lucee-web.
At the moment i work as localhost for development only purposes with lucee 5.3+ and fortunately i am not exposed a lot to vulnerabilities and security alerts. By first chance i will definitely upgrade.
I updated to pdf extension 1.1.0.19 and still the same issue with utf-8 characters.
I have just found the solution to my own problem and of course is irrelevant with pdf extension and updates and in my own case unfortuntaly it is not out of the box solution
Regarding lucee versions (below 5.3) it has to do with fonts.jar. You simply have to update manually the font.jar file with greek, german or other ttf file and of course update the appropriate .properties file with the relevant path and definitely an error might occur.
In my own case that i use lucee 5.3.6 (above 5.3) and of course subject to security alerts and vulnerabilities as we just said previously fortunately i have to play ONLY with flying saucer pdf. In my own web root i have to define a folder etc fonts place inside greek, german, french ttf and via css use @font-face to get the approriate ttf via src file and afterwards a class to get the apropriate font-family from above. It has to do with html code that is converted to pdf automatically.
Unfortuntaly there is no sufficient documentation for Flying saucer with examples and that is the problem!