I have an existing PDF file that I would like to convert to excel file using python script. Currently using PDFBox, however there are multiple errors similar to the following:
org.apache.pdfbox.pdmodel.font.PDType0Font toUnicodeNo Unicode mapping for CID+24 (24) in font DroidSansFallback
Can I substitute the droidsansfallback font or replace the font with another font using pdfbox or other java/python script? Please help.