xref: /netbsd-src/external/bsd/file/dist/magic/magdir/pdf (revision 09afef20633f5fe63d92dfe43ee3a9380dc06883)
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