xref: /dragonfly/contrib/file/magic/Magdir/pdf (revision 0ca59c34)
1
2#------------------------------------------------------------------------------
3# $File: pdf,v 1.7 2013/08/22 07:47:26 christos Exp $
4# pdf:  file(1) magic for Portable Document Format
5#
6
70	string		%PDF-		PDF document
8!:mime	application/pdf
9>5	byte		x		\b, version %c
10>7	byte		x		\b.%c
11
12# From: Nick Schmalenberger <nick@schmalenberger.us>
13# Forms Data Format
140       string          %FDF-           FDF document
15!:mime application/vnd.fdf
16>5      byte            x               \b, version %c
17>7      byte            x               \b.%c
18