mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
# PDF - Portable Document Format - Postscript-like format by Adobe
|
|
# Pattern attributes: good fast notsofast subset
|
|
# Protocol groups: file
|
|
#
|
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
|
# This pattern has been tested and is believe to work well.
|
|
|
|
# Matches PDF versions 1.0 - 1.6 (not sure if 1.6 exists yet, but it probably
|
|
# will.
|
|
pdf
|
|
%PDF-1\.[0123456]
|