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 (Created) (JIRA)" <ji...@apache.org> on 2012/03/13 21:52:40 UTC

[jira] [Created] (PDFBOX-1253) split PDFont#encode

split PDFont#encode
-------------------

                 Key: PDFBOX-1253
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1253
             Project: PDFBox
          Issue Type: New Feature
          Components: PDFReader, Preflight, Text extraction
    Affects Versions: 1.6.0
            Reporter: Eric Leleu
            Assignee: Eric Leleu
             Fix For: 1.7.0


As discussed in the dev@pdfbox.apache.org (thread : Questions about toUnicode Cmap).
We need to split PDFont#encode, to get one method providing the string and one providing the cid.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (PDFBOX-1253) split PDFont#encode

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

Eric Leleu resolved PDFBOX-1253.
--------------------------------

    Resolution: Fixed

encodeToCid() use the encode method to know if the character was found.
PDType0Font.encode() has been updated, when there are a toUnicode CMap, if the super.encode returns null, the encoding CMap of the PDType0Font is used.
                
> split PDFont#encode
> -------------------
>
>                 Key: PDFBOX-1253
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1253
>             Project: PDFBox
>          Issue Type: New Feature
>          Components: PDFReader, Preflight, Text extraction
>    Affects Versions: 1.6.0
>            Reporter: Eric Leleu
>            Assignee: Eric Leleu
>             Fix For: 1.7.0
>
>
> As discussed in the dev@pdfbox.apache.org (thread : Questions about toUnicode Cmap).
> We need to split PDFont#encode, to get one method providing the string and one providing the cid.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira