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/02/21 13:30:01 UTC

[jira] Resolved: (PDFBOX-187) Error in parsing CMap file

     [ https://issues.apache.org/jira/browse/PDFBOX-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-187.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.0-incubator

I guess this is somehow already included in the current version. I can't find exactly the mentioned code part, but there are some changes similar to the suggestions of feeber.

> Error in parsing CMap file
> --------------------------
>
>                 Key: PDFBOX-187
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-187
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>            Priority: Minor
>             Fix For: 0.8.0-incubator
>
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1534387
> Originally submitted by feeber on 2006-08-04 02:05.
> Class CMap, in method addMapping( byte []src, String
> dest), the line:
>   int intSrc = src[0];
> should be:
>   int intSrc=(src[0]+256)$256;

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