Description
the parser uses "readSimpleDict" to parse the Metrics.
This allows
/Metrics 100 dict dup begin ....... end def
but not
/Metrics 100 dict def Metrics begin ..... end
This variant seems to work in most other pdf tools, however
the parser uses "readSimpleDict" to parse the Metrics.
This allows
/Metrics 100 dict dup begin ....... end def
but not
/Metrics 100 dict def Metrics begin ..... end
This variant seems to work in most other pdf tools, however