You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2014/05/11 00:11:27 UTC

[jira] [Resolved] (TIKA-1221) XPS detection

     [ https://issues.apache.org/jira/browse/TIKA-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-1221.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

ZipContainerDetector support, additional MimeTypes details and a unit test added in r1593327.

> XPS detection
> -------------
>
>                 Key: TIKA-1221
>                 URL: https://issues.apache.org/jira/browse/TIKA-1221
>             Project: Tika
>          Issue Type: Bug
>          Components: detector, mime
>    Affects Versions: 1.4
>            Reporter: Marco Quaranta
>             Fix For: 1.6
>
>
> Tika now detect xps files using only file extension.
> Please modify XPS definition in tika-mimetypes.xml in the following way:
> {noformat}
> 	<mime-type type="application/vnd.ms-xpsdocument">
> 		<glob pattern="*.xps"/>
> 		<sub-class-of type="application/zip" />
> 		<magic priority="50">
> 			<match value="PK\003\004" type="string" offset="0">
> 				<match value="Metadata/Job_PT.xml" type="string" offset="30" />
> 			</match>
> 		</magic>
> 	</mime-type>
> {noformat}
> Thank you,
> Marco



--
This message was sent by Atlassian JIRA
(v6.2#6252)