PDFbox Using fallback font LiberationSans

109 views Asked by At

When PDF is converted to Jpeg using Pdfbox, logs show warnings like:

2022-07-20 03:16:38,743 [main] WARN PDType1Font - Using fallback font LiberationSans for base font Helvetica-BoldOblique 2022-07-20 03:16:38,746 [main] WARN PDType1Font - Using fallback font LiberationSans for base font Symbol 2022-07-20 03:16:38,747 [main] WARN PDType1Font - Using fallback font LiberationSans for base font ZapfDingbats

My question is: why is it trying to process these fonts if they are not used anywhere in the document?

I converted word document with all text in Arial and then tried to convert pdf to jpeg using pdfbox. I checked Pdf "Propertes -> Fonts" and it shows only Arial (embedded)

0

There are 0 answers