Keywords are enclosed in quotes.
--------------------------------

                 Key: PDFBOX-827
                 URL: https://issues.apache.org/jira/browse/PDFBOX-827
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
    Affects Versions: 1.3.0
         Environment: JDK 1.6.0_21
            Reporter: MH


I add keywords (and other properties) via the PDDocumentInformation:

    pddi.setKeywords("Test4711");

The resulting PDF shows those keywords but enclosed in quotes:

    "Test4711"

instead of just the string:

    Test4711

Other strings I set with PDDocumentInformation are shown correctly (without 
quotes). I debugged my code to ensure that the string object passed to 
setKeywords() is correct (i.e. without any additional quotes).

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

Reply via email to