GOKUL
GOKUL
the port 8080 is already in use please change the port number using this step *open application properties use this *server_port=9090 then run your application

@Frooodle is this check require for any specific module or all pdf input module
@Frooodle shall i work on this
@cvt8 I need some information about the issue you are facing. Are you encountering this problem with every PDF file or just a single PDF file? If it is a...
@Frooodle I have analyzed this issue and also debugged it. The code ```PDFont font = new PDType1Font(Standard14Fonts.FontName.HELVETICA);``` does not support special characters like dot (.) and comma (,). Instead of...
@Frooodle I have added DejaVu.ttf to the resource folder. I also tried using NotoSans-Regular.ttf alone, but faced the same issue: it is not supported. However, using the DejaVu font, all...