~ubuntu-branches/ubuntu/gutsy/foo2zjs/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/foo2xqx.1

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-06-22 21:27:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070622212709-f28kk0sibgffkja6
Tags: 20061224-3ubuntu1
* Merge from debian unstable, remaining changes:
  - Use improved UDEV rules, debian/85-hplj10xx.rules, therefore
    patch debian/patches/30-udev-rules.dpatch dropped
  - Install firmware file converter arm2hpdl, needed by getweb (bug
    in Debian package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH foo2xqx 1 "Thu Jan 04 22:10:07 2007" "foo2xqx 0.0"
 
2
.SH NAME
 
3
foo2xqx \- Convert Ghostscript pbmraw into a
 
4
XQX printer stream
 
5
.SH SYNOPSIS
 
6
.B foo2xqx
 
7
.RI [ options "] <" pbmraw-file " >" xqx-file
 
8
.SH DESCRIPTION
 
9
.B foo2xqx
 
10
converts Ghostscript pbmraw to monochrome
 
11
XQX streams,
 
12
for driving the HP LaserJet M1005 MFP
 
13
and other XQX-based printers.
 
14
 
 
15
.SH COMMAND LINE OPTIONS
 
16
.SS Normal Options
 
17
These are the options used to select the parameters of a
 
18
print job that are usually controlled on a per job basis.
 
19
.TP
 
20
.BI \-d\0 duplex
 
21
Duplex code to send to printer [1].
 
22
.TS
 
23
| n l | n l | n l .
 
24
1       off     2       long edge       3       short edge
 
25
.TE
 
26
.TP
 
27
.BI \-g\0 xpix x ypix
 
28
Set page dimensions in pixels [10200x6600].
 
29
.TP
 
30
.BI \-m\0 media
 
31
Media code to send to printer [1].
 
32
.TS
 
33
l l l
 
34
l n n.
 
35
_
 
36
Media   M1005
 
37
_
 
38
standard        1
 
39
transparency    2
 
40
envelope        257
 
41
letterhead      259
 
42
thick   261
 
43
postcard        262
 
44
labels  263
 
45
.TE
 
46
.TP
 
47
.BI \-p\0 paper
 
48
Paper code to send to printer [1].
 
49
.TS
 
50
| n l | n l.
 
51
1       letter  9       A4
 
52
5       legal   11      A5
 
53
7       executive       13      B5
 
54
20      env #10 27      env DL
 
55
28      env C5  34      env B5
 
56
37      env Monarch             
 
57
.TE
 
58
.TP
 
59
.BI \-n\0 copies
 
60
Number of copies [1].
 
61
.TP
 
62
.BI \-r\0 xres x yres
 
63
Set device resolution in pixels/inch [1200x600].
 
64
.TP
 
65
.BI \-s\0 source
 
66
Source (InputSlot) code to send to printer [7].
 
67
.TS
 
68
| n l | n l.
 
69
1       upper   4       manual
 
70
2       lower   7       auto
 
71
.TE
 
72
.TP
 
73
.BI \-t
 
74
Draft mode.  Every other pixel is white.
 
75
.TP
 
76
.BI \-J\0 filename
 
77
Filename string to send to printer.
 
78
.TP
 
79
.BI \-U\0 username
 
80
Username string to send to printer.
 
81
.SS Printer Tweaking Options
 
82
These are the options used to customize the operation of \fBfoo2xqx\fP
 
83
for a particular printer.
 
84
.TP
 
85
.BI \-u\0 xoff x yoff
 
86
Set the offset of the start of the printable region from the
 
87
upper left corner, in pixels [0x0].
 
88
.TP
 
89
.BI \-l\0 xoff x yoff
 
90
Set the offset of the end of the printable region from the
 
91
lower right corner, in pixels [0x0].
 
92
.TP
 
93
.BI \-L\0 mask
 
94
Send logical clipping amounts implied by -u/-l in the ZjStream [3].
 
95
.TS
 
96
l l.
 
97
0       don't send any logical clipping amounts
 
98
1       only send Y clipping amount
 
99
2       only send X clipping amount
 
100
3       send both X and Y clipping amounts
 
101
.TE
 
102
.TP
 
103
.BI \-A
 
104
AllIsBlack: convert C=1,M=1,Y=1 to just K=1.  Works with bitcmyk input only.
 
105
.TP
 
106
.BI \-B
 
107
BlackClears: K=1 forces C,M,Y to 0.  Works with bitcmyk input only.
 
108
.SS Debugging Options
 
109
These options are used for debugging \fBfoo2xqx\fP.
 
110
.TP
 
111
.BI \-S\0 plane
 
112
Output just a single color plane from a color print and print it
 
113
on the black plane.  The default is to output all color planes.
 
114
.TS
 
115
l l.
 
116
1       Cyan
 
117
2       Magenta
 
118
3       Yellow
 
119
4       Black
 
120
.TE
 
121
.TP
 
122
.BI \-D\0 level
 
123
Set Debug level [0].
 
124
 
 
125
.SH EXAMPLES
 
126
Create a black and white XQX stream:
 
127
 
 
128
.RS
 
129
.nf
 
130
gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \ 
 
131
    -sPAPERSIZE=letter -r1200x600 -sDEVICE=pbmraw \ 
 
132
    -sOutputFile=- - < testpage.ps \ 
 
133
| foo2xqx -r1200x600 -g10200x6600 -p1 >testpage.zm
 
134
.fi
 
135
.RE
 
136
 
 
137
.SH FILES
 
138
.BR /usr/bin/foo2xqx
 
139
.SH SEE ALSO
 
140
.BR foo2xqx-wrapper (1),
 
141
.BR xqxdecode (1)
 
142
.SH "AUTHOR"
 
143
Rick Richardson <rick.richardson@comcast.net>
 
144
.br
 
145
http://foo2xqx.rkkda.com/
 
146
'/"
 
147
'/"
 
148
'/"
 
149
.em pdf_outline