mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
22 lines
644 B
Text
22 lines
644 B
Text
|
|
#------------------------------------------------------------------------------
|
|
# $File: pdf,v 1.8 2015/01/11 18:19:18 christos Exp $
|
|
# pdf: file(1) magic for Portable Document Format
|
|
#
|
|
|
|
0 string %PDF- PDF document
|
|
!:mime application/pdf
|
|
>5 byte x \b, version %c
|
|
>7 byte x \b.%c
|
|
|
|
0 string \012%PDF- PDF document
|
|
!:mime application/pdf
|
|
>6 byte x \b, version %c
|
|
>8 byte x \b.%c
|
|
|
|
# From: Nick Schmalenberger <nick@schmalenberger.us>
|
|
# Forms Data Format
|
|
0 string %FDF- FDF document
|
|
!:mime application/vnd.fdf
|
|
>5 byte x \b, version %c
|
|
>7 byte x \b.%c
|