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 2014/10/24 17:44:34 UTC

[jira] [Closed] (PDFBOX-827) Keywords are enclosed in quotes.

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

Andreas Lehmkühler closed PDFBOX-827.
-------------------------------------
    Resolution: Cannot Reproduce
      Assignee: Andreas Lehmkühler

I cannot reproduce the described behaviour. I've tried the current trunk and the 1,8-branch

> 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.1
>         Environment: JDK 1.6.0_21
>            Reporter: MH
>            Assignee: Andreas Lehmkühler
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)