GOKUL

Results 7 comments of 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

![Screenshot from 2024-02-25 13-19-53](https://github.com/shopizer-ecommerce/shopizer/assets/88918972/f15e2cf7-39e7-4b91-a1a8-52959b14ffde)

@Frooodle is this check require for any specific module or all pdf input module

@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...