Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-3463

XMPSchemaBasic.getLabel() always returns null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.12
    • 1.8.13
    • JempBox
    • None

    Description

      It seems that while the Label is being saved correctly with setlabel() it is impossible to read it back.

      Looking at the source

          public void setLabel( String label )
          {
              setTextProperty( prefix + ":Label", label );
          }
          
          public String getLabel()
          {
              return getTextProperty( prefix + "p:Label" );
          }
      

      It is quite obvious that the problem is the p in "p:Label" .

      Attachments

        Activity

          People

            tilman Tilman Hausherr
            zaro Svetlozar Argirov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: