You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Eric Leleu (JIRA)" <ji...@apache.org> on 2010/03/01 15:41:05 UTC

[jira] Created: (PDFBOX-642) Make CMap entries accessible

Make CMap entries accessible
----------------------------

                 Key: PDFBOX-642
                 URL: https://issues.apache.org/jira/browse/PDFBOX-642
             Project: PDFBox
          Issue Type: Improvement
          Components: FontBox
    Affects Versions: 1.0.0
            Reporter: Eric Leleu
            Priority: Trivial


Hi,

In some cases, it could be useful to access cmap entries (like WMode or CMapName) when using the CMap object.
In the current version, only CID ranges are accessible.

This patch creates a Map that is loaded by the CMapParser (modification in "parse" method) . An accessor is added in the CMap class.

Regards

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


[jira] Updated: (PDFBOX-642) Make CMap entries accessible

Posted by "Eric Leleu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Leleu updated PDFBOX-642:
------------------------------

    Attachment: cmap.patch

> Make CMap entries accessible
> ----------------------------
>
>                 Key: PDFBOX-642
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-642
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 1.0.0
>            Reporter: Eric Leleu
>            Priority: Trivial
>         Attachments: cmap.patch
>
>
> Hi,
> In some cases, it could be useful to access cmap entries (like WMode or CMapName) when using the CMap object.
> In the current version, only CID ranges are accessible.
> This patch creates a Map that is loaded by the CMapParser (modification in "parse" method) . An accessor is added in the CMap class.
> Regards

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