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

Tilman Hausherr resolved PDFBOX-3463.
-------------------------------------
       Resolution: Fixed
         Assignee: Tilman Hausherr
    Fix Version/s: 1.8.13

> XMPSchemaBasic.getLabel() always returns null
> ---------------------------------------------
>
>                 Key: PDFBOX-3463
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3463
>             Project: PDFBox
>          Issue Type: Bug
>          Components: JempBox
>    Affects Versions: 1.8.12
>            Reporter: Svetlozar Argirov
>            Assignee: Tilman Hausherr
>             Fix For: 1.8.13
>
>
> It seems that while the Label is being saved correctly with setlabel() it is 
> impossible to read it back.
> Looking at the source 
> {code}
>     public void setLabel( String label )
>     {
>         setTextProperty( prefix + ":Label", label );
>     }
>     
>     public String getLabel()
>     {
>         return getTextProperty( prefix + "p:Label" );
>     }
> {code}
> It is quite obvious that the problem is the p in "p:Label" .



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to