xref: /openbsd-src/usr.bin/file/magdir/pdf (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
1#	$OpenBSD: pdf,v 1.4 2009/04/24 18:54:34 chl Exp $
2
3#------------------------------------------------------------------------------
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