You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Yonas Jongkind (JIRA)" <ji...@apache.org> on 2009/11/23 19:45:39 UTC

[jira] Created: (PDFBOX-566) PDChoiceField does not handle some valid PDF's

PDChoiceField does not handle some valid PDF's 
-----------------------------------------------

                 Key: PDFBOX-566
                 URL: https://issues.apache.org/jira/browse/PDFBOX-566
             Project: PDFBox
          Issue Type: Bug
            Reporter: Yonas Jongkind


The problem is that there are cases where sometimes the format is periodically a array and/or a singleton. The attached fix allows it to work smoothly for either system and for mixed cases. May also be more efficient.

See attached diff and corrected source file.



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


[jira] Updated: (PDFBOX-566) PDChoiceField does not handle some valid PDF's

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

Yonas Jongkind updated PDFBOX-566:
----------------------------------

    Attachment: PDChoiceField.java.diff
                PDChoiceField.java

Java source file including fix and a diff that shows the changes.

> PDChoiceField does not handle some valid PDF's 
> -----------------------------------------------
>
>                 Key: PDFBOX-566
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-566
>             Project: PDFBox
>          Issue Type: Bug
>            Reporter: Yonas Jongkind
>         Attachments: PDChoiceField.java, PDChoiceField.java.diff
>
>
> The problem is that there are cases where sometimes the format is periodically a array and/or a singleton. The attached fix allows it to work smoothly for either system and for mixed cases. May also be more efficient.
> See attached diff and corrected source file.

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