You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Wolfgang Hamann (JIRA)" <ji...@apache.org> on 2017/03/20 18:04:41 UTC

[jira] [Created] (PDFBOX-3725) Problem with Type1 font parser

Wolfgang Hamann created PDFBOX-3725:
---------------------------------------

             Summary: Problem with Type1 font parser
                 Key: PDFBOX-3725
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3725
             Project: PDFBox
          Issue Type: Bug
          Components: FontBox
    Affects Versions: 2.0.5
         Environment: linux
            Reporter: Wolfgang Hamann
            Priority: Minor


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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org