Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0 PDFBox
-
None
Description
I upgraded a maven project from PDFBox 2.x to 3.0.0. I am running Linux Debian stable up to date.
Now on initialization, many (hundreds, thousands?) warnings lines appear of the form:
o.a.f.t.g.GlyphSubstitutionDataExtractor : For the newGlyph: 573, newValue: [556, 600, 563] is trying to override the oldValue: 573
The actual numbers are different in each warning.
The severity is low, since the application still works, but I wonder if thousands of these warnings is really a desirable behavior. I assume the problem is with some font(s) I have installed in my system but even so, the warnings did not appear on PDFBox 2.x.