[ https://issues.apache.org/jira/browse/PDFBOX-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jukka Zitting resolved PDFBOX-315. ---------------------------------- Resolution: Cannot Reproduce Works fine with the latest trunk. > NullPointerException in trunk version > ------------------------------------- > > Key: PDFBOX-315 > URL: https://issues.apache.org/jira/browse/PDFBOX-315 > Project: PDFBox > Issue Type: Bug > Priority: Minor > > [imported from SourceForge] > http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1808718 > Originally submitted by dougcook on 2007-10-06 11:49. > This with the latest code versions (0.7.4-dev). > In doing text extraction of the file: > http://www.crcv.com.au/resources/Grape%20and%20Wine%20Quality/Posters/Use%20of%20NIR%20to%20measure%20oxidation%20in%20white%20wine.pdf > I get: > java.lang.NullPointerException > at org.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:95) > at org.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:72) > at org.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:136) > at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:192) > at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174) > at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336) > at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259) > at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216) > at org.pdfbox.util.PDFTextStripper.getText(PDFTextStripper.java:149) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.