[
https://issues.apache.org/jira/browse/PDFBOX-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison updated PDFBOX-3068:
--------------------------------
Attachment: NZAZKTQYKDD2HSBCSJJN6XSEA4KJEONU
> Null metadata in some files that had metadata in 1.8.10
> -------------------------------------------------------
>
> Key: PDFBOX-3068
> URL: https://issues.apache.org/jira/browse/PDFBOX-3068
> Project: PDFBox
> Issue Type: Sub-task
> Reporter: Tim Allison
> Attachments: NZAZKTQYKDD2HSBCSJJN6XSEA4KJEONU
>
>
> Tilman's observation on 'Microsoft' below revealed 1) that we should use our
> BodyContentHandler so that title metadata doesn't slip into the body content
> and 2) the title and all metadata values from PDDocumentInformation is null
> for at least: NZ/NZAZKTQYKDD2HSBCSJJN6XSEA4KJEONU
> {code}
> Path p = Paths.get("..NZAZKTQYKDD2HSBCSJJN6XSEA4KJEONU");
> PDDocument d = PDDocument.load(p.toFile());
> assertNull(d.getDocumentInformation().getTitle());
> assertEquals(8, d.getDocumentInformation().getMetadataKeys().size());
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]