It's about overlapped text problem when creating new pdf file with org.apache.pdfbox from java code, problem don't know how to fix on win7 workstation:
- Pdf file model:
" Melléklet a szállítólevélhez: x x x
Dátum: x x x
"
- Creating new pdf file replacing "x x x " with java code :
"
Melléklet a szállítólevélhez: 26201738
Dátum: 2019-05 -02 14:49:00
"
Except that "26201738" is displayed overlapped (can not put imaged here) also "2019-05 -02 14:49:00". The maximum length with overlapped characters are maximum 4 respectively 8.
On 2 different workstation with win7 with the same java_update version and the same workspace eclipse with the same eclipse and same java code, it is creating the pdf file with NO overlapping text.
I have tryed with the same Fonts copied to the bad workstation-negative result. Tryed to swich "Region and language" to Germany exactly the other station-no result. Tryed to update to Acrobat Reader DC-no result. It seems that workstation OS is missing something when creating new PDF with org.apache.pdfbox and can't figure it out what is it? It is excluded the java code problem since 2 other stations is working correctly in generating new PDF file.
Best regards, Laurentiu