Tilman Hausherr created PDFBOX-2165:
---------------------------------------

             Summary: NPE Exception with barcode ttf font
                 Key: PDFBOX-2165
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2165
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Tilman Hausherr


Inspired by this complaint
http://stackoverflow.com/a/24432822/535646
I tried loading barcode fonts with PDFBox, with the command
{code}
PDTrueTypeFont.loadTTF()
{code}

With the file Code39.ttf that I get here
http://www.myfont.de/download.php?winfont=bar-code-39-lesbar&type=zip
I get this exception:
{code}
Exception in thread "main" java.lang.NullPointerException
        at 
org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.makeFontDescriptor(PDTrueTypeFont.java:328)
        at 
org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.<init>(PDTrueTypeFont.java:127)
        at 
org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.loadTTF(PDTrueTypeFont.java:80)
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to