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

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

Marco Quaranta created TIKA-1312:
------------------------------------

             Summary: FDF files detection
                 Key: TIKA-1312
                 URL: https://issues.apache.org/jira/browse/TIKA-1312
             Project: Tika
          Issue Type: Bug
          Components: detector, mime
    Affects Versions: 1.5
            Reporter: Marco Quaranta
            Priority: Minor


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)