Created
September 8, 2014 10:26
-
-
Save anjackson/e2e22bd847b14517e5b0 to your computer and use it in GitHub Desktop.
Tika 1.6 version support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tika -m ~/Downloads/Sample\ 10.x.pdf | |
Content-Length: 5994 | |
Content-Type: application/pdf | |
Creation-Date: 2014-03-04T20:56:45Z | |
Last-Modified: 2014-03-04T21:14:56Z | |
Last-Save-Date: 2014-03-04T21:14:56Z | |
X-Parsed-By: org.apache.tika.parser.DefaultParser | |
X-Parsed-By: org.apache.tika.parser.pdf.PDFParser | |
created: Tue Mar 04 20:56:45 GMT 2014 | |
date: 2014-03-04T21:14:56Z | |
dc:format: application/pdf; version=1.7 | |
dc:format: application/pdf; version="1.7 Adobe Extension Level 8" | |
dc:title: Sample Acrobat X (PDF Version 1.7 Adobe Extension Level 8) | |
dcterms:created: 2014-03-04T20:56:45Z | |
dcterms:modified: 2014-03-04T21:14:56Z | |
meta:creation-date: 2014-03-04T20:56:45Z | |
meta:save-date: 2014-03-04T21:14:56Z | |
modified: 2014-03-04T21:14:56Z | |
pdf:PDFExtensionVersion: 1.7 Adobe Extension Level 8 | |
pdf:PDFVersion: 1.7 | |
pdf:encrypted: false | |
producer: Acrobat Web Capture 10.0 | |
resourceName: Sample 10.x.pdf | |
title: Sample Acrobat X (PDF Version 1.7 Adobe Extension Level 8) | |
xmp:CreatorTool: Adobe Acrobat 10.0 | |
xmpTPg:NPages: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://issues.apache.org/jira/browse/TIKA-1232 for details.