1zjsdecode(1)                General Commands Manual               zjsdecode(1)
2
3
4
5
6

NAME

8       zjsdecode - Decode a ZjStream into human readable form.
9

SYNOPSIS

11       zjsdecode [options] <zjs-file
12

DESCRIPTION

14       zjsdecode decodes a ZjStream into human readable form.
15
16       A  ZjStream  is  the  printer  language used by some Minolta/QMS and HP
17       printers, such as the 2300DL and LJ-1000.
18
19       More information on Zenographics ZjStream can be found at:
20
21              http://ddk.zeno.com
22
23

COMMAND LINE OPTIONS

25       These are the options that can appear on the command line.
26
27       -d basename
28              Basename of .pbm file for saving decompressed planes.
29
30       -r basename
31              Basename of .jbg file for saving raw planes
32
33       -h     Print hex file offsets.
34
35       -o     Print file offsets.
36
37       -p     Don't do 4 byte padding
38
39       -D level
40              Set Debug level [0].
41
42

EXAMPLES

44       Decode an ZjStream file created by foo2zjs.
45
46       $ zjsdecode < testpage.zm
47       ZJT_START_DOC, 3 items
48               ZJI_PAGECOUNT, 0 (0x0)
49               ZJI_DMDUPLEX, 1 (0x1)
50               ZJI_QUANTITY, 1 (0x1)
51       ZJT_START_PAGE, 17 items
52               ZJI_0x17, 0 (0x0)
53               ZJI_0x16, 1 (0x1)
54               ZJI_VIDEO_X, 10200 (0x27d8)
55               ZJI_VIDEO_Y, 6600 (0x19c8)
56               ZJI_VIDEO_BPP, 1 (0x1)
57               ZJI_RASTER_X, 10200 (0x27d8)
58               ZJI_RASTER_Y, 6600 (0x19c8)
59               ZJI_OFFSET_X, 0 (0x0)
60               ZJI_OFFSET_Y, 0 (0x0)
61               ZJI_NBIE, 1 (0x1)
62               ZJI_RESOLUTION_X, 1200 (0x4b0)
63               ZJI_RESOLUTION_Y, 600 (0x258)
64               ZJI_DMDEFAULTSOURCE, 7 (0x7)
65               ZJI_DMCOPIES, 1 (0x1)
66               ZJI_DMPAPER, 1 (0x1)
67               ZJI_DMMEDIATYPE, 1 (0x1)
68               ZJI_MINOLTA_PAGE_NUMBER, 1 (0x1)
69       ZJT_JBIG_BIH, 0 items
70               Data: 20 bytes
71                       DL = 0, D = 0, P = 1, - = 0, XY = 10200 x 6600
72                       L0 = 128, MX = 16, MY = 0
73                       Order   = 3  ILEAVE SMID
74                       Options = 92  LRLTWO TPDON TPBON DPON
75                       52 stripes, 0 layers, 1 planes
76       ZJT_JBIG_BID, 0 items
77               Data: 65536 bytes
78       ZJT_JBIG_BID, 0 items
79               Data: 29120 bytes
80       ZJT_END_JBIG, 0 items
81       ZJT_END_PAGE, 0 items
82       ZJT_END_DOC, 0 items
83
84

FILES

86       /usr/bin/zjsdecode
87

SEE ALSO

89       foo2zjs-wrapper(1), foo2zjs(1), jbg2pbm(1)
90

AUTHOR

92       Rick Richardson <rick.richardson@comcast.net>
93       http://foo2zjs.rkkda.com/
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Impressum