You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Petras (JIRA)" <ji...@apache.org> on 2015/08/08 20:55:45 UTC

[jira] [Comment Edited] (PDFBOX-2923) CFFParser parser treats CIDFont's charset data as SID

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

Petras edited comment on PDFBOX-2923 at 8/8/15 6:54 PM:
--------------------------------------------------------

Attached the PDF file for which Preflight fails due to the bug


was (Author: abyss):
The PDF file for which Preflight fails due to the bug

> CFFParser parser treats CIDFont's charset data as SID
> -----------------------------------------------------
>
>                 Key: PDFBOX-2923
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2923
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox
>    Affects Versions: 1.8.10
>            Reporter: Petras
>         Attachments: MyriadPro-Regular.cff, Patch_to_fix_PDFBOX-2923.patch, sample-a2b-acrosigned_B.pdf
>
>
> As stated in Compact Font File specification:
> {quote}
> The charset data, although in the same format as non-CIDFonts, will represent CIDs rather than SIDs, i.e. charstrings are “named” by CIDs in a CIDFont.
> {quote}
> Unfortunately, {{CFFParser}} does not consider this specific and always treat charset data as SID: is looking for SID referenced text in _String INDEX_ structure. Since such SID-indexed string does not exist there, it sets the name of the glyph to "{{.ndef}}".
> Consequently, {{CFFParser}} fails to register correct charstrings, as it associates glyph names to them using a map. As there can be several charstrings, only the last charstring entry is retained.
> Then also {{CFFFont.getWidth()}} method fails to return correct width of the given CID as correct link between CID and charstring is lost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org