xref: /dragonfly/contrib/file/magic/Magdir/printer (revision dcd37f7d)
1
2#------------------------------------------------------------------------------
3# $File: printer,v 1.22 2009/09/19 16:28:11 christos Exp $
4# printer:  file(1) magic for printer-formatted files
5#
6
7# PostScript, updated by Daniel Quinlan (quinlan@yggdrasil.com)
80	string		%!		PostScript document text
9!:mime	application/postscript
10!:apple	ASPSTEXT
11>2	string		PS-Adobe-	conforming
12>>11	string		>\0		DSC level %.3s
13>>>15	string		EPS		\b, type %s
14>>>15	string		Query		\b, type %s
15>>>15	string		ExitServer	\b, type %s
16>>>15   search/1000		%%LanguageLevel:\
17>>>>&0	string		>\0		\b, Level %s
18# Some PCs have the annoying habit of adding a ^D as a document separator
190	string		\004%!		PostScript document text
20!:mime	application/postscript
21!:apple	ASPSTEXT
22>3	string		PS-Adobe-	conforming
23>>12	string		>\0		DSC level %.3s
24>>>16	string		EPS		\b, type %s
25>>>16	string		Query		\b, type %s
26>>>16	string		ExitServer	\b, type %s
27>>>16   search/1000		%%LanguageLevel:\
28>>>>&0	string		>\0		\b, Level %s
290	string		\033%-12345X%!PS	PostScript document
30
31# DOS EPS Binary File Header
32# From: Ed Sznyter <ews@Black.Market.NET>
330       belong          0xC5D0D3C6      DOS EPS Binary File
34>4      long            >0              Postscript starts at byte %d
35>>8     long            >0              length %d
36>>>12   long            >0              Metafile starts at byte %d
37>>>>16  long            >0              length %d
38>>>20   long            >0              TIFF starts at byte %d
39>>>>24  long            >0              length %d
40
41# Summary: Adobe's PostScript Printer Description File
42# Extension: .ppd
43# Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
44# Submitted by: Yves Arrouye <arrouye@marin.fdn.fr>
45#
460	string		*PPD-Adobe:\x20	PPD file
47>&0	string		x		\b, version %s
48
49# HP Printer Job Language
500	string		\033%-12345X@PJL	HP Printer Job Language data
51# HP Printer Job Language
52# The header found on Win95 HP plot files is the "Silliest Thing possible"
53# (TM)
54# Every driver puts the language at some random position, with random case
55# (LANGUAGE and Language)
56# For example the LaserJet 5L driver puts the "PJL ENTER LANGUAGE" in line 10
57# From: Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
58#
590	string		\033%-12345X@PJL	HP Printer Job Language data
60>&0	string		>\0			%s
61>>&0	string		>\0			%s
62>>>&0	string		>\0			%s
63>>>>&0	string		>\0			%s
64#>15	string		\ ENTER\ LANGUAGE\ =
65#>31	string		PostScript		PostScript
66
67# HP Printer Control Language, Daniel Quinlan (quinlan@yggdrasil.com)
680	string		\033E\033	HP PCL printer data
69>3	string		\&l0A		- default page size
70>3	string		\&l1A		- US executive page size
71>3	string		\&l2A		- US letter page size
72>3	string		\&l3A		- US legal page size
73>3	string		\&l26A		- A4 page size
74>3	string		\&l80A		- Monarch envelope size
75>3	string		\&l81A		- No. 10 envelope size
76>3	string		\&l90A		- Intl. DL envelope size
77>3	string		\&l91A		- Intl. C5 envelope size
78>3	string		\&l100A		- Intl. B5 envelope size
79>3	string		\&l-81A		- No. 10 envelope size (landscape)
80>3	string		\&l-90A		- Intl. DL envelope size (landscape)
81
82# IMAGEN printer-ready files:
830	string	@document(		Imagen printer
84# this only works if "language xxx" is first item in Imagen header.
85>10	string	language\ impress	(imPRESS data)
86>10	string	language\ daisy		(daisywheel text)
87>10	string	language\ diablo	(daisywheel text)
88>10	string	language\ printer	(line printer emulation)
89>10	string	language\ tektronix	(Tektronix 4014 emulation)
90# Add any other languages that your Imagen uses - remember
91# to keep the word `text' if the file is human-readable.
92# [GRR 950115:  missing "postscript" or "ultrascript" (whatever it was called)]
93#
94# Now magic for IMAGEN font files...
950	string		Rast		RST-format raster font data
96>45	string		>0		face %s
97# From Jukka Ukkonen
980	string		\033[K\002\0\0\017\033(a\001\0\001\033(g	Canon Bubble Jet BJC formatted data
99
100# From <mike@flyn.org>
101# These are the /etc/magic entries to decode data sent to an Epson printer.
1020       string          \x1B\x40\x1B\x28\x52\x08\x00\x00REMOTE1P        Epson Stylus Color 460 data
103
104
105#------------------------------------------------------------------------------
106# zenographics:  file(1) magic for Zenographics ZjStream printer data
107# Rick Richardson  rickr@mn.rr.com
1080	string		JZJZ
109>0x12	string		ZZ		Zenographics ZjStream printer data (big-endian)
1100	string		ZJZJ
111>0x12	string		ZZ		Zenographics ZjStream printer data (little-endian)
112
113
114#------------------------------------------------------------------------------
115# Oak Technologies printer stream
116# Rick Richardson <rickr@mn.rr.com>
1170       string          OAK
118>0x07	byte		0
119>0x0b	byte		0	Oak Technologies printer stream
120
121# This would otherwise be recognized as PostScript - nick@debian.org
1220	string		%!VMF 		SunClock's Vector Map Format data
123
124#------------------------------------------------------------------------------
125# HP LaserJet 1000 series downloadable firmware file
1260	string	\xbe\xefABCDEFGH	HP LaserJet 1000 series downloadable firmware
127
128# From: Paolo <oopla@users.sf.net>
129# Epson ESC/Page, ESC/PageColor
1300	string	\x1b\x01@EJL	Epson ESC/Page language printer data
131