i want to read pdf file which is written in chinese. i am currently using apache PDFBox. when i try to read and print the PDF content, it does not print the content. instead i get a warning messgae as below
"org.apache.pdfbox.pdmodel.font.PDType0Font toUnicode WARNING: No Unicode mapping for CID+10 (10) in font JCQDML+NotoSansCJKtc-Medium WARNING: No Unicode mapping for CID+40398 (40398) in font EYYJPZ+NotoSansCJKtc-DemiLight"
I understand it is not able to find the font. so i have added the fontbox jar dependency as well. still i get same message.
Can anyone help me with how to proceed on this?
EDITED: adding debugger output
no unicode character is shown. this is the problem? please correct me if I am wrong.