You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2009/12/05 15:31:21 UTC

[jira] Commented: (PDFBOX-62) Incorrect (zero) character widths returned in some docs

    [ https://issues.apache.org/jira/browse/PDFBOX-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786414#action_12786414 ] 

Andreas Lehmkühler commented on PDFBOX-62:
------------------------------------------

Thanks for your report. As I can't reproduce the described behaviour, I'd like to know which version you are using? Am I right that it is an older one like 0.7.x? The current trunk version produces an other error, because of some issue with the embedded truetype font:

java.lang.NullPointerException
	at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.drawString(PDTrueTypeFont.java:333)
	at org.apache.pdfbox.pdfviewer.PageDrawer.processTextPosition(PageDrawer.java:174)
	at org.apache.pdfbox.util.PDFStreamEngine.processEncodedText(PDFStreamEngine.java:463)
	at org.apache.pdfbox.util.operator.ShowText.process(ShowText.java:50)
	at org.apache.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:516)
	at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:229)
	at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:188)
	at org.apache.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawer.java:99)
	at org.apache.pdfbox.pdfviewer.PDFPagePanel.paint(PDFPagePanel.java:76)


> Incorrect (zero) character widths returned in some docs
> -------------------------------------------------------
>
>                 Key: PDFBOX-62
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-62
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>         Attachments: 5542.pdf
>
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1216674
> Originally submitted by tamirhassan on 2005-06-07 13:42.
> For certain PDF documents (such as the one attached) 
> the character/string widths (as obtained e.g. by the 
> PDFont.getStringWidth method) are not returned 
> correctly, i.e. they appear to be correct for punctuation 
> characters but are zero for alphanumeric characters.  
> It seems as if these alphanumeric characters are NOT 
> within PDFont.firstChar and PDFont.lastChar in the 
> Type 1 font.  The method therefore attempts to obtain 
> the font widths from the AFM (font metric) file, but fails 
> (silently) with a 'resource is null' logline message.
> (Note that this problem doesn't seem to occur with Type 
> 1 fonts in other documents.)
> A more detailed discussion regarding this issue can be 
> found in this link:
> http://sourceforge.net/forum/forum.php?
> thread_id=1260349&forum_id=267205
> Thanks in advance for any help that can be obtained,
> Tam

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.