You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/06/09 23:07:02 UTC

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

    [ https://issues.apache.org/jira/browse/PDFBOX-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025747#comment-14025747 ] 

Tilman Hausherr commented on PDFBOX-827:
----------------------------------------

Could you please create an example that does this?

> 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
>
> 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.2#6252)