You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/05/29 19:41:02 UTC

[jira] [Commented] (TIKA-1312) FDF files detection

    [ https://issues.apache.org/jira/browse/TIKA-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012583#comment-14012583 ] 

Hudson commented on TIKA-1312:
------------------------------

SUCCESS: Integrated in tika-trunk-jdk1.7 #10 (See [https://builds.apache.org/job/tika-trunk-jdk1.7/10/])
TIKA-1312 and TIKA-1313 - FDF and XSL-FO mimetypes from Marco Quaranta (nick: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1598329)
* /tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml


> FDF files detection
> -------------------
>
>                 Key: TIKA-1312
>                 URL: https://issues.apache.org/jira/browse/TIKA-1312
>             Project: Tika
>          Issue Type: Improvement
>          Components: detector, mime
>    Affects Versions: 1.5
>            Reporter: Marco Quaranta
>            Priority: Minor
>             Fix For: 1.6
>
>
> Please provide support for FDF magic detection.
> FDF are Adobe Forms as described here: http://www.adobe.com/devnet/acrobat/fdftoolkit.html
> Magic mime looks like PDF:
> {code:borderStyle=solid}
> <mime-type type="application/vnd.fdf">		
> 		<acronym>FDF</acronym>
> 		<_comment>Forms Data Format</_comment>
> 		<tika:link>http://en.wikipedia.org/wiki/Forms_Data_Format</tika:link>
> 		<tika:link>http://www.adobe.com/devnet/acrobat/fdftoolkit.html</tika:link>
> 		<tika:uti>com.adobe.fdf</tika:uti>
> 		<magic priority="50">
> 			<match value="%FDF-" type="string" offset="0" />
> 		</magic>
> 		<glob pattern="*.fdf" />
> 	</mime-type>
> {code}



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