You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "William Fausser (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 17:46:49 UTC

[jira] [Created] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

Glyph Error in PDF/A that passes comercial validators
-----------------------------------------------------

                 Key: PDFBOX-1236
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
             Project: PDFBox
          Issue Type: Bug
          Components: Preflight
    Affects Versions: 1.7.0
         Environment: RedHat
            Reporter: William Fausser


home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
3.3.1 | Glyph error, CID 515 can't be found in the cidToGid map


--
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] [Commented] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

Posted by "Eric Leleu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220768#comment-13220768 ] 

Eric Leleu commented on PDFBOX-1236:
------------------------------------

Hi,

Here is a quick feedback about this issue.

I think the problem comes from the management of the "toUnicode" CMap.

According to the code, this CMap seems to override the Encoding CMap. 
Because the toUnicode doesn't contain the character code and that the Encoding entry is overrode, the PDFont returns an invalid CID.

I have commented the "toUnicode" CMap initialization and the PDF is considered as a valid PDF/A.

I need to read the PDF Reference about the CID lookup to propose a fix. 
I hope to have enough time this week end to work on it.

BR,
Eric
                
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>            Assignee: Eric Leleu
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1: Glyph error, CID 515 can't be found in the cidToGid map

--
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] [Updated] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

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

William Fausser updated PDFBOX-1236:
------------------------------------

    Description: 
home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
3.3.1: Glyph error, CID 515 can't be found in the cidToGid map


  was:
home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
3.3.1 | Glyph error, CID 515 can't be found in the cidToGid map


    
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1: Glyph error, CID 515 can't be found in the cidToGid map

--
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-1236) Glyph Error in PDF/A that passes comercial validators

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

Eric Leleu resolved PDFBOX-1236.
--------------------------------

    Resolution: Fixed

[PDFBOX-1236]
- Use PDFBOX-1253 to fix this issue
                
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>            Assignee: Eric Leleu
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1: Glyph error, CID 515 can't be found in the cidToGid map

--
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] [Assigned] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

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

Eric Leleu reassigned PDFBOX-1236:
----------------------------------

    Assignee: Eric Leleu
    
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>            Assignee: Eric Leleu
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1: Glyph error, CID 515 can't be found in the cidToGid map

--
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] [Updated] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

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

William Fausser updated PDFBOX-1236:
------------------------------------

    Attachment: CCREADMEPDFA.pdf
    
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1 | Glyph error, CID 515 can't be found in the cidToGid map

--
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] [Commented] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

Posted by "William Fausser (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228384#comment-13228384 ] 

William Fausser commented on PDFBOX-1236:
-----------------------------------------

Hi,

Since the above file was created with ghostscript 9.04, the following section 8.3, 8.4 might offer a clue in the url:
http://ghostscript.com/doc/current/Use.htm#CIDFonts



BR,
Bill
                
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>            Assignee: Eric Leleu
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1: Glyph error, CID 515 can't be found in the cidToGid map

--
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] [Commented] (PDFBOX-1236) Glyph Error in PDF/A that passes comercial validators

Posted by "Eric Leleu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227214#comment-13227214 ] 

Eric Leleu commented on PDFBOX-1236:
------------------------------------

Hi,

For your information, I asked some help on this issue on the developer mailing list.

BR,
Eric
                
> Glyph Error in PDF/A that passes comercial validators
> -----------------------------------------------------
>
>                 Key: PDFBOX-1236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1236
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 1.7.0
>         Environment: RedHat
>            Reporter: William Fausser
>            Assignee: Eric Leleu
>         Attachments: CCREADMEPDFA.pdf
>
>
> home/fausser/CCREADMEPDFA.pdf is not valid, error(s)  :
> 3.3.1: Glyph error, CID 515 can't be found in the cidToGid map

--
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