File: cjet.1

package info (click to toggle)
cjet 0.8.9-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 368 kB
  • sloc: ansic: 2,937; makefile: 12; sh: 2
file content (63 lines) | stat: -rw-r--r-- 2,126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CJET 1 "July 2, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
cjet \- converts HP PCL to Canon CaPSL format
.SH SYNOPSIS
.B cjet
.RI [ options ] < input.pcl > output
.SH DESCRIPTION
This manual page documents briefly the
.B cjet
command.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
.PP
\fBcjet\fP converts the common HP PCL page description language to
Canon's CaPSL, which was used in the mid-1990s by some Canon laser
printers.  It is normally used as part of a printer filter script,
like the \fBFoomatic\fP system.
.SH OPTIONS
.TP
.B \-h
Show summary of options.
.TP
.B \-f
Use full paint mode instead of partial paint mode.  This requires the
printer to have at least 1.5 MB of memory to work correctly.
.TP
.B \-p
Ignore paper size commands.  Useful for printing files formatted for
paper size X on printers with paper size Y.
.TP
.B \-q
Quiet mode. Suppresses all warning messages.
.TP
.B \-x X
Shift output on paper by X dots horizontally. Positive values
of X shift to the right; negative values to the left.  Dots are 1/300
inch (0.085 mm).
.TP
.B \-y Y
Shift output on paper by Y dots vertically. Positive values of Y shift
downwards; negative values shift upwards.
.SH SEE ALSO
.BR /usr/share/doc/printer-driver-cjet/README
.SH AUTHOR
This manual page was written by Chris Lawrence <lawrencc@debian.org>
based on the original README file by Michael Huijsmans for the Debian
project (but may be used by others).