I am using pdfcompare Java library to compare PDFs.
https://github.com/red6/pdfcompare
While reading a PDF, I'm getting the "No Unicode mapping..." warning. I want to ask if it's ok to ignore this, or there is a problem? What can I do to solve this?
I tried researching on this, but wasn't able to find any solution.
Thank you.