[
https://issues.apache.org/jira/browse/PDFBOX-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr updated PDFBOX-3463:
------------------------------------
Description:
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" .
was:
It seems that while the Label is being saved correctly with setlabel() it is
impossible to read it back.
Looking at the source
{quote}
public void setLabel( String label )
{
setTextProperty( prefix + ":Label", label );
}
public String getLabel()
{
return getTextProperty( prefix + "p:Label" );
}
{quote}
It is quite obvious that the problem is the p in "p:Label" .
> 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
>
> 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]