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

Tilman Hausherr commented on PDFBOX-4705:
-----------------------------------------

Yeah, subject is keywords... the javadoc says so: "add descriptive phrases or 
keywords that specify the topic of the content of the resource". Maybe it's 
what Adobe is making of it. See the source code of DublinCoreSchema.java, 
you'll see code like this:
{code:java}
    public void addSubject(String text)
    {
        addQualifiedBagValue(SUBJECT, text);
    }
    public void addDescription(String lang, String value)
    {
        setUnqualifiedLanguagePropertyValue(DESCRIPTION, lang, value);
    }
    public void setDescription(String value)
    {
        addDescription(null, value);
    }
 {code}

> The meta data methods are not working as expected.
> --------------------------------------------------
>
>                 Key: PDFBOX-4705
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4705
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.0.14
>         Environment: java project and JDK 1.8
>            Reporter: Ravikumar
>            Priority: Critical
>         Attachments: Capture.PNG
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When I am trying to insert meta data The methods are miss behaving imge 
> [[https://drive.google.com/file/d/1GD5gMNyzF4vlbJ_kF47xPFtP2ITcIfmW/view?usp=sharing].]
> In below doc text I added code What I used. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to