xref: /dragonfly/contrib/file/magic/Magdir/pdf (revision 36a3d1d6)
1
2#------------------------------------------------------------------------------
3# $File: pdf,v 1.6 2009/09/19 16:28:11 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>5      byte            x               \b, version %c
16>7      byte            x               \b.%c
17