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