Config.load_file() removes encodings from pyxpdf_data #5
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Config.load_file()
removes the xpdfrc settings from pyxpdf_data.As pyxpdf_data introduce new encodings with the help of automatic generated xpdfrc and loading another xpdfrc will discard them.
It can be solved by appending the user provided xpdfrc to the pyxpdf_data's xpdfrc.
Config file loading function can be found here:-
pyxpdf/src/pyxpdf/globalconfig.pxi
Line 35 in 40e2969
The text was updated successfully, but these errors were encountered: