You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Gilad Denneboom (Jira)" <ji...@apache.org> on 2019/09/01 20:12:00 UTC

[jira] [Created] (PDFBOX-4641) Keywords created using PDFBox are not visible in Acrobat

Gilad Denneboom created PDFBOX-4641:
---------------------------------------

             Summary: Keywords created using PDFBox are not visible in Acrobat
                 Key: PDFBOX-4641
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4641
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.16
         Environment: Windows 7, Eclipse 4.2.2
            Reporter: Gilad Denneboom
         Attachments: ApplyKeywords.java, Keywords test.pdf, Keywords test_added in Acrobat.pdf, Keywords test_edited.pdf

Setting new keywords using PDFBox 2.0.16 inserts the data into the file (confirmed via the PDF Debugger and running a script in Acrobat), but the keywords are not displayed in the Acrobat GUI. This might be a bug of Acrobat itself, but it will be good to know why this is happening, and whether it can be solved.

 

Attached are a blank sample file created in Acrobat, with no metadata, a java file with the code I used, and the result of running it on that file. When I open the edited file in Acrobat (11.0.10) the Properties window is still empty. However, running the following code from the JS Console does print out the correct output:

this.info.Keywords

Output:

NEW KEYWORDS

 

I'm also attaching the same file after I've added keywords to in Acrobat, so the internal structure could be compared with what PDFBox does. I didn't see much of a difference, but maybe I missed something.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org