You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2010/07/11 16:40:50 UTC

[jira] Resolved: (PDFBOX-772) Re-setting filled properties of PDDocumentInformation do not "take"

     [ https://issues.apache.org/jira/browse/PDFBOX-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-772.
---------------------------------------

    Fix Version/s: 1.3.0
       Resolution: Fixed

The PDDocumentInformation class uses its own COSName constants which leads to an issue if these were compared to those which are created by the Parser. 

With Version 963080 the constants were moved to the COSName class , so that the parser and the PDDocumentInforamation class are using the same objects when looking up the hashmap for an existing key/value pair.

> Re-setting filled properties of PDDocumentInformation do not "take"
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-772
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-772
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.2.0
>         Environment: Win XP SP2
>            Reporter: Gilad Denneboom
>             Fix For: 1.3.0
>
>
> Setting any of the properties on PDDocumentInformation which were already filled-in has no effect. The old values remain in place.
> Empty properties can be set to new values, but pre-existing values can't be changed or removed.
> File info:
> PDF Version: 1.6
> Producer: Distiller 7.0.5
> I can upload the files somewhere, if necessary.

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