[
https://issues.apache.org/jira/browse/TIKA-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Burch resolved TIKA-389.
-----------------------------
Resolution: Fixed
Fix Version/s: 0.9
Applied in r1043821, along with a unit test based on the sample document from
the PDFBox bug.
> Garbled metadata when dealing with encrypted PDF files.
> -------------------------------------------------------
>
> Key: TIKA-389
> URL: https://issues.apache.org/jira/browse/TIKA-389
> Project: Tika
> Issue Type: Bug
> Components: metadata, parser
> Affects Versions: 0.6
> Environment: Windows 7 64-bit
> Reporter: Gabriel Miklos
> Priority: Minor
> Fix For: 0.9
>
>
> The code exhibiting this issue is very simple:
> InputStream input = new FileInputStream(file);
> ContentHandler textHandler = new BodyContentHandler();
> tikaParser.parse(input, textHandler, metadata);
> input.close();
> System.out.println(metadata);
> The output:
> title=?a???▬÷&▼??♂?ŢjK???ž?↑M?A→<═]1
> =╬\bK Author=═g?═?♦ Content-Type=application/pdf
> creator=?k?═?♦Ý`;Ý?)??/¶???Ě?3n
> Î☼46ËO
> Other than that, the extracted text is 100% correct.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.