xref: /dragonfly/contrib/file/magic/Magdir/pdf (revision b71f52a9)
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