xref: /dflybsd-src/contrib/file/magic/Magdir/pdf (revision ae788f37fe53d5d1ca1e12a184a662192caad3c5)
1#------------------------------------------------------------------------------
2# pdf:  file(1) magic for Portable Document Format
3#
4
50	string		%PDF-		PDF document
6!:mime	application/pdf
7>5	byte		x		\b, version %c
8>7	byte		x		\b.%c
9
10# From: Nick Schmalenberger <nick@schmalenberger.us>
11# Forms Data Format
120       string          %FDF-           FDF document
13>5      byte            x               \b, version %c
14>7      byte            x               \b.%c
15