source: pst/printing/cups.xml@ 3ce3eb5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3ce3eb5 was 3ce3eb5, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Cups-1.7.1: Add note about update/reinstall and cups-filters-1.0.44. Little mdification to link command for documentation.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12601 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 24.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
8 <!ENTITY cups-download-ftp " ">
9 <!ENTITY cups-md5sum "55277c40fd4b7183dc3671d39c5c42b7">
10 <!ENTITY cups-size "8.4 MB">
11 <!ENTITY cups-buildsize "63 MB">
12 <!ENTITY cups-time "0.6 SBU">
13]>
14
15<sect1 id="cups" xreflabel="Cups-&cups-version;">
16 <?dbhtml filename="cups.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Cups-&cups-version;</title>
24
25 <indexterm zone="cups">
26 <primary sortas="a-Cups">Cups</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Cups</title>
31
32 <para>
33 The Common Unix Printing System (CUPS) is a print spooler and
34 associated utilities. It is based on the "Internet Printing
35 Protocol" and provides printing services to most PostScript
36 and raster printers.
37 </para>
38
39 &lfs74_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&cups-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&cups-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &cups-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &cups-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &cups-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &cups-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/cups-&cups-version;-blfs-1.patch"/>
81 </para>
82 </listitem>
83 <listitem>
84 <para>
85 Optional patch:
86 <ulink url="&patch-root;/cups-&cups-version;-content_type-1.patch"/>
87 </para>
88 </listitem>
89 </itemizedlist>
90
91 <bridgehead renderas="sect3">Cups Dependencies</bridgehead>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="colord"/>,
96 <xref linkend="dbus"/>, and
97 <xref linkend="libusb"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="acl"/>,
103 <xref linkend="avahi"/>,
104 <xref linkend="gnutls"/> or <xref linkend="openssl"/>,
105 <ulink
106 url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>,
107 <xref linkend="linux-pam"/>,
108 <xref linkend="mitkrb"/>,
109 <xref linkend="openjdk"/>,
110 <xref linkend="php"/>,
111 <xref linkend="python2"/>, and
112 <xref linkend="xdg-utils"/>
113 </para>
114
115 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
116 <para role="optional"><!-- Yes, optional -->
117 <xref linkend="cups-filters"/>
118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/cups"/>
122 </para>
123 </sect2>
124
125 <sect2 role="kernel" id="cups-kernel">
126 <title>Kernel Configuration</title>
127
128 <note>
129 <para>
130 There is a conflict between the <application>Cups</application>
131 <application>libusb</application> backend and the usblp kernel
132 driver. If you want to use <application>Cups</application> with
133 <application>libusb</application>, <emphasis>do not</emphasis>
134 enable USB Printer support in your kernel.
135 </para>
136 </note>
137
138 <para>
139 If you want to use the kernel usblp driver, enable the following
140 options in your kernel configuration and recompile the kernel:
141 </para>
142
143<screen>Device Drivers ---&gt;
144 USB support ---&gt;
145 OHCI HCD (USB 1.1) support: Y or M
146 UHCI HCD (most Intel and VIA) support: Y or M
147 USB Printer support: Y or M</screen>
148
149 <para>
150 If you have a parallel printer, enable the following options in your
151 kernel configuration and recompile the kernel:
152 </para>
153
154<screen><literal>Device Drivers ---&gt;
155 Parallel port support ---&gt;
156 PC-style hardware: Y or M
157 Character devices ---&gt;
158 Parallel printer support: Y or M</literal></screen>
159
160 <indexterm zone="cups cups-kernel">
161 <primary sortas="d-cups">cups</primary>
162 </indexterm>
163
164 </sect2>
165
166 <sect2 role="installation">
167 <title>Installation of Cups</title>
168
169 <para>
170 You will need to add an <systemitem class="username">lp</systemitem>
171 user, as <application>Cups</application> will create some files owned
172 by this user. (The <systemitem class="username">lp</systemitem> user
173 is the default used by <application>Cups</application>, but may be
174 changed to a different user by passing a parameter to the
175 <command>configure</command> script.) Use the following command as
176 the <systemitem class="username">root</systemitem> user:
177 </para>
178
179<screen role="root"><userinput>useradd -c "Print Service User" -d /var/spool/cups -g lp -s /bin/false -u 9 lp</userinput></screen>
180
181 <para>
182 You will also need a dedicated group that will contain users allowed to
183 do <application>Cups</application> administrative tasks. Add the group
184 by running the following command as the
185 <systemitem class="username">root</systemitem> user:
186 </para>
187
188<screen role="root"><userinput>groupadd -g 19 lpadmin</userinput></screen>
189
190 <para>
191 If you want to add a user to the <application>Cups</application>
192 administrative group, run the following command as the
193 <systemitem class="username">root</systemitem> user:
194 </para>
195
196<screen role="root"><userinput>usermod -a -G lpadmin <replaceable>&lt;username&gt;</replaceable></userinput></screen>
197
198 <para>
199 If you didn't install <xref linkend="xdg-utils"/>, use the following
200 <command>sed</command> to change the default browser that will be used
201 to access the <application>Cups</application> web interface:
202 </para>
203
204<screen><userinput>sed -i 's#@CUPS_HTMLVIEW@#firefox#' desktop/cups.desktop.in</userinput></screen>
205
206 <para>
207 Replace <command>firefox</command> with the web browser of your
208 choice.
209 </para>
210
211 <para>
212 If you need to access a remote <application>Cups</application> print
213 server, use the following patch:
214 </para>
215
216<screen><userinput>patch -Np1 -i ../cups-&cups-version;-content_type-1.patch</userinput></screen>
217
218 <para>
219 Install <application>Cups</application> by running the
220 following commands:
221 </para>
222
223 <!-- docdir is also document root for cups administration interface, so
224 let's just put it in /usr/share/cups/doc and create symlink in
225 /usr/share/doc
226 When not using libdir switch, CUPS will install libraries into /usr/lib64
227 on a 64 bit system, and since /usr/lib64 is symlink to /usr/lib it might
228 introduce some difficulties with packaging -->
229<screen><userinput>patch -Np1 -i ../cups-&cups-version;-blfs-1.patch &amp;&amp;
230aclocal -I config-scripts &amp;&amp;
231autoconf -I config-scripts &amp;&amp;
232
233CC=gcc \
234./configure --libdir=/usr/lib \
235 --with-rcdir=/tmp/cupsinit \
236 --with-docdir=/usr/share/cups/doc \
237 --with-system-groups=lpadmin &amp;&amp;
238make</userinput></screen>
239
240 <para>
241 This package does not have a working testsuite.
242 </para>
243
244 <para>
245 Now, as the <systemitem class="username">root</systemitem>
246 user:
247 </para>
248
249<!-- dev note: make BUILDROOT=<DESTDIR> install -->
250
251<screen role="root"><userinput>make install &amp;&amp;
252rm -rf /tmp/cupsinit &amp;&amp;
253ln -svfn ../cups/doc /usr/share/doc/cups-&cups-version;</userinput></screen>
254
255 <para>
256 Create a basic <application>Cups</application> client configuration
257 file by running the following command as the
258 <systemitem class="username">root</systemitem> user:
259 </para>
260
261<screen role="root"><userinput>echo "ServerName /var/run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen>
262
263 <para>
264 Remove filters that are now part of the <application>Cups Filters</application>
265 package by running the following commands as the
266 <systemitem class="username">root</systemitem> user:
267 </para>
268
269<screen role="root"><userinput>rm -rf /usr/share/cups/banners &amp;&amp;
270rm -rf /usr/share/cups/data/testprint</userinput></screen>
271
272 <note>
273 <para>
274 If you reinstall or update <application>Cups</application>, commands
275 above break <xref linkend="cups-filters"/>, which needs, therefore,
276 to be reinstalled.</para>
277 </note>
278
279 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
280 href="../../xincludes/gtk-update-icon-cache.xml"/>
281
282 </sect2>
283
284 <sect2 role="commands">
285 <title>Command Explanations</title>
286
287 <para>
288 <envar>CC=gcc</envar>: This environment variable ensures that gcc
289 is used if clang is installed. The build fails with the clang compiler.
290 </para>
291
292 <para>
293 <parameter>--with-rcdir=/tmp/cupsinit</parameter>: This switch tells
294 the build process to install the shipped bootscript into
295 <filename class="directory">/tmp</filename> instead of
296 <filename class="directory">/etc/rc.d</filename>.
297 </para>
298
299 <para>
300 <parameter>--with-system-groups=lpadmin</parameter>: This switch ensures
301 that only <systemitem class="groupname">lpadmin</systemitem> will be used as
302 the <application>Cups</application> administrative group.
303 </para>
304
305 <para>
306 <option>--disable-libusb</option>: Use this switch if you have installed
307 <xref linkend="libusb"/>, but wish to use the kernel usblp driver.
308 </para>
309
310 <para>
311 <option>--enable-libpaper</option>: Use this switch if you have installed
312 <application>libpaper</application> and wish to use it with
313 <application>Cups</application>.
314 </para>
315
316 <para>
317 <option>--disable-gnutls --enable-openssl</option>: This switch tells the build
318 process to use <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
319 The current version of <application>GnuTLS</application> might produce lot of
320 warnings during the <application>Cups</application> build.
321 </para>
322
323 </sect2>
324
325 <sect2 role="configuration">
326 <title>Configuring Cups</title>
327
328 <sect3 id="cups-config">
329 <title>Config Files</title>
330
331 <para><filename>/etc/cups/*</filename></para>
332
333 <indexterm zone="cups cups-config">
334 <primary sortas="e-etc-cups">/etc/cups/*</primary>
335 </indexterm>
336
337 </sect3>
338
339 <sect3>
340 <title>Configuration Information</title>
341
342 <para>
343 Configuration of <application>Cups</application> is dependent on
344 the type of printer and can be complex. Generally, PostScript printers
345 are easier. For detailed instructions on configuration and use of
346 <application>Cups</application>, see <ulink
347 url="http://www.cups.org/documentation.php"/>. The Software
348 Administrators Manual and Software Users Manual are particularly useful.
349 </para>
350
351 <para>
352 For non-PostScript printers to print with
353 <application>Cups</application>, you need to install <xref linkend="gs"/>
354 to convert PostScript to raster images and a driver (e.g., from
355 <xref linkend="gutenprint"/>) to convert the resulting raster images to a
356 form that the printer understands.
357 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
358 drivers use Ghostscript to convert PostScript to a printable form directly,
359 but this is considered to be a hack by <application>Cups</application>
360 developers.
361 </para>
362
363 </sect3>
364
365 <sect3 id="cups-init">
366 <title>Boot Script</title>
367
368 <para>
369 If you want the <application>Cups</application> print service to start
370 automatically when the system is booted, install the init
371 script included in the <xref linkend="bootscripts"/>
372 package:
373 </para>
374
375 <indexterm zone="cups cups-init">
376 <primary sortas="f-cups">cups</primary>
377 </indexterm>
378
379<screen role="root"><userinput>make install-cups</userinput></screen>
380
381 </sect3>
382
383 </sect2>
384
385 <sect2 role="content">
386 <title>Contents</title>
387
388 <segmentedlist>
389 <segtitle>Installed Programs</segtitle>
390 <segtitle>Installed Libraries</segtitle>
391 <segtitle>Installed Directories</segtitle>
392
393 <seglistitem>
394 <seg>
395 accept, cancel, cupsaccept, cupsaddsmb, cups-config,
396 cupsctl, cupsd, cupsdisable, cupsenable, cupsfilter,
397 cupsreject, cupstestdsc, cupstestppd, ippfind, ipptool,
398 lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
399 lpq, lpr, lprm, lpstat, ppdc, ppdhtml, ppdi, ppdmerge,
400 ppdpo and reject
401 </seg>
402 <seg>
403 libcupscgi.so, libcupsimage.so, libcupsmime.so,
404 libcupsppdc.so and libcups.so
405 </seg>
406 <seg>
407 /etc/cups,
408 /usr/include/cups,
409 /usr/lib/cups,
410 /usr/share/cups,
411 /usr/share/doc/cups-&cups-version;,
412 /var/cache/cups,
413 /var/log/cups,
414 /var/run/cups and
415 /var/spool/cups
416 </seg>
417 </seglistitem>
418 </segmentedlist>
419
420 <variablelist>
421 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
422 <?dbfo list-presentation="list"?>
423 <?dbhtml list-presentation="table"?>
424
425 <varlistentry id="accept">
426 <term><command>accept</command></term>
427 <listitem>
428 <para>
429 instructs the printing system to accept print jobs to the
430 specified destinations.
431 </para>
432 <indexterm zone="cups accept">
433 <primary sortas="b-accept">accept</primary>
434 </indexterm>
435 </listitem>
436 </varlistentry>
437
438 <varlistentry id="cancel-cups">
439 <term><command>cancel</command></term>
440 <listitem>
441 <para>
442 cancels existing print jobs from the print queues.
443 </para>
444 <indexterm zone="cups cancel-cups">
445 <primary sortas="b-cancel">cancel</primary>
446 </indexterm>
447 </listitem>
448 </varlistentry>
449
450 <varlistentry id="cupsaddsmb">
451 <term><command>cupsaddsmb</command></term>
452 <listitem>
453 <para>
454 exports printers to the <application>Samba</application>
455 software for use with Windows clients.
456 </para>
457 <indexterm zone="cups cupsaddsmb">
458 <primary sortas="b-cupsaddsmb">cupsaddsmb</primary>
459 </indexterm>
460 </listitem>
461 </varlistentry>
462
463 <varlistentry id="cups-config-prog">
464 <term><command>cups-config</command></term>
465 <listitem>
466 <para>
467 is a <application>Cups</application>
468 program configuration utility.
469 </para>
470 <indexterm zone="cups cups-config-prog">
471 <primary sortas="b-cups-config">cups-config</primary>
472 </indexterm>
473 </listitem>
474 </varlistentry>
475
476 <varlistentry id="cupsctl">
477 <term><command>cupsctl</command></term>
478 <listitem>
479 <para>
480 updates or queries the cupsd.conf file for a server.
481 </para>
482 <indexterm zone="cups cupsctl">
483 <primary sortas="b-cupsctl">cupsctl</primary>
484 </indexterm>
485 </listitem>
486 </varlistentry>
487
488 <varlistentry id="cupsd">
489 <term><command>cupsd</command></term>
490 <listitem>
491 <para>
492 is the scheduler for the Common Unix Printing System.
493 </para>
494 <indexterm zone="cups cupsd">
495 <primary sortas="b-cupsd">cupsd</primary>
496 </indexterm>
497 </listitem>
498 </varlistentry>
499
500 <varlistentry id="cupsfilter">
501 <term><command>cupsfilter</command></term>
502 <listitem>
503 <para>
504 is a front-end to the <application>Cups</application>
505 filter subsystem which allows you to convert a file
506 to a specific format.
507 </para>
508 <indexterm zone="cups cupsfilter">
509 <primary sortas="b-cupsfilter">cupsfilter</primary>
510 </indexterm>
511 </listitem>
512 </varlistentry>
513
514 <varlistentry id="cupstestdsc">
515 <term><command>cupstestdsc</command></term>
516 <listitem>
517 <para>
518 tests the conformance of PostScript files.
519 </para>
520 <indexterm zone="cups cupstestdsc">
521 <primary sortas="b-cupstestdsc">cupstestdsc</primary>
522 </indexterm>
523 </listitem>
524 </varlistentry>
525
526 <varlistentry id="cupstestppd">
527 <term><command>cupstestppd</command></term>
528 <listitem>
529 <para>
530 tests the conformance of PPD files.
531 </para>
532 <indexterm zone="cups cupstestppd">
533 <primary sortas="b-cupstestppd">cupstestppd</primary>
534 </indexterm>
535 </listitem>
536 </varlistentry>
537
538 <varlistentry id="ippfind">
539 <term><command>ippfind</command></term>
540 <listitem>
541 <para>
542 finds internet printing protocol printers.
543 </para>
544 <indexterm zone="cups ippfind">
545 <primary sortas="b-ippfind">ippfind</primary>
546 </indexterm>
547 </listitem>
548 </varlistentry>
549
550 <varlistentry id="ipptool">
551 <term><command>ipptool</command></term>
552 <listitem>
553 <para>
554 sends IPP requests to the specified URI and tests
555 and/or displays the results.
556 </para>
557 <indexterm zone="cups ipptool">
558 <primary sortas="b-ipptool">ipptool</primary>
559 </indexterm>
560 </listitem>
561 </varlistentry>
562
563 <varlistentry id="lp-cups">
564 <term><command>lp</command></term>
565 <listitem>
566 <para>
567 submits files for printing or alters a pending job.
568 </para>
569 <indexterm zone="cups lp-cups">
570 <primary sortas="b-lp">lp</primary>
571 </indexterm>
572 </listitem>
573 </varlistentry>
574
575 <varlistentry id="lpadmin">
576 <term><command>lpadmin</command></term>
577 <listitem>
578 <para>
579 configures printer and class queues provided by
580 <application>Cups</application>.
581 </para>
582 <indexterm zone="cups lpadmin">
583 <primary sortas="b-lpadmin">lpadmin</primary>
584 </indexterm>
585 </listitem>
586 </varlistentry>
587
588 <varlistentry id="lpc-cups">
589 <term><command>lpc</command></term>
590 <listitem>
591 <para>
592 provides limited control over printer and class queues
593 provided by <application>Cups</application>.
594 </para>
595 <indexterm zone="cups lpc-cups">
596 <primary sortas="b-lpc">lpc</primary>
597 </indexterm>
598 </listitem>
599 </varlistentry>
600
601 <varlistentry id="lpinfo">
602 <term><command>lpinfo</command></term>
603 <listitem>
604 <para>
605 lists the available devices or drivers known to the
606 <application>Cups</application> server.
607 </para>
608 <indexterm zone="cups lpinfo">
609 <primary sortas="b-lpinfo">lpinfo</primary>
610 </indexterm>
611 </listitem>
612 </varlistentry>
613
614 <varlistentry id="lpmove">
615 <term><command>lpmove</command></term>
616 <listitem>
617 <para>
618 moves the specified job to a new destination.
619 </para>
620 <indexterm zone="cups lpmove">
621 <primary sortas="b-lpmove">lpmove</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
626 <varlistentry id="lpoptions">
627 <term><command>lpoptions</command></term>
628 <listitem>
629 <para>
630 displays or sets printer options and defaults.
631 </para>
632 <indexterm zone="cups lpoptions">
633 <primary sortas="b-lpoptions">lpoptions</primary>
634 </indexterm>
635 </listitem>
636 </varlistentry>
637
638 <varlistentry id="lppasswd">
639 <term><command>lppasswd</command></term>
640 <listitem>
641 <para>
642 adds, changes or deletes passwords in the
643 <application>Cups</application> digest password file
644 <filename>passwd.md5</filename>.
645 </para>
646 <indexterm zone="cups lppasswd">
647 <primary sortas="b-lppasswd">lppasswd</primary>
648 </indexterm>
649 </listitem>
650 </varlistentry>
651
652 <varlistentry id="lpq-cups">
653 <term><command>lpq</command></term>
654 <listitem>
655 <para>
656 shows the current print queue status on the named printer.
657 </para>
658 <indexterm zone="cups lpq-cups">
659 <primary sortas="b-lpq">lpq</primary>
660 </indexterm>
661 </listitem>
662 </varlistentry>
663
664 <varlistentry id="lpr-cups">
665 <term><command>lpr</command></term>
666 <listitem>
667 <para>
668 submits files for printing.
669 </para>
670 <indexterm zone="cups lpr-cups">
671 <primary sortas="b-lpr">lpr</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
676 <varlistentry id="lprm-cups">
677 <term><command>lprm</command></term>
678 <listitem>
679 <para>
680 cancels print jobs that have been queued for printing.
681 </para>
682 <indexterm zone="cups lprm-cups">
683 <primary sortas="b-lprm">lprm</primary>
684 </indexterm>
685 </listitem>
686 </varlistentry>
687
688 <varlistentry id="lpstat-cups">
689 <term><command>lpstat</command></term>
690 <listitem>
691 <para>
692 displays status information about the current classes, jobs,
693 and printers.
694 </para>
695 <indexterm zone="cups lpstat-cups">
696 <primary sortas="b-lpstat">lpstat</primary>
697 </indexterm>
698 </listitem>
699 </varlistentry>
700
701 <varlistentry id="ppdc">
702 <term><command>ppdc</command></term>
703 <listitem>
704 <para>
705 compiles PPDC source files into one or more PPD files.
706 </para>
707 <indexterm zone="cups ppdc">
708 <primary sortas="b-ppdc">ppdc</primary>
709 </indexterm>
710 </listitem>
711 </varlistentry>
712
713 <varlistentry id="ppdhtml">
714 <term><command>ppdhtml</command></term>
715 <listitem>
716 <para>
717 reads a driver information file and produces a HTML summary
718 page that lists all of the drivers in a file and the
719 supported options.
720 </para>
721 <indexterm zone="cups ppdhtml">
722 <primary sortas="b-ppdhtml">ppdhtml</primary>
723 </indexterm>
724 </listitem>
725 </varlistentry>
726
727 <varlistentry id="ppdi">
728 <term><command>ppdi</command></term>
729 <listitem>
730 <para>
731 imports one or more PPD files into a PPD compiler source file.
732 </para>
733 <indexterm zone="cups ppdi">
734 <primary sortas="b-ppdi">ppdi</primary>
735 </indexterm>
736 </listitem>
737 </varlistentry>
738
739 <varlistentry id="ppdmerge">
740 <term><command>ppdmerge</command></term>
741 <listitem>
742 <para>
743 merges two or more PPD files into a single, multi-language
744 PPD file.
745 </para>
746 <indexterm zone="cups ppdmerge">
747 <primary sortas="b-ppdmerge">ppdmerge</primary>
748 </indexterm>
749 </listitem>
750 </varlistentry>
751
752 <varlistentry id="ppdpo">
753 <term><command>ppdpo</command></term>
754 <listitem>
755 <para>
756 extracts UI strings from PPDC source files and
757 updates either a GNU gettext or Mac OS X strings
758 format message catalog source file for translation.
759 </para>
760 <indexterm zone="cups ppdpo">
761 <primary sortas="b-ppdpo">ppdpo</primary>
762 </indexterm>
763 </listitem>
764 </varlistentry>
765
766 <varlistentry id="reject">
767 <term><command>reject</command></term>
768 <listitem>
769 <para>
770 instructs the printing system to reject print jobs to the
771 specified destinations.
772 </para>
773 <indexterm zone="cups reject">
774 <primary sortas="b-reject">reject</primary>
775 </indexterm>
776 </listitem>
777 </varlistentry>
778
779 <varlistentry id="libcups">
780 <term><filename class="libraryfile">libcups.so</filename></term>
781 <listitem>
782 <para>
783 contains the <application>Cups</application> API functions.
784 </para>
785 <indexterm zone="cups libcups">
786 <primary sortas="c-libcups">libcups.so</primary>
787 </indexterm>
788 </listitem>
789 </varlistentry>
790
791 </variablelist>
792
793 </sect2>
794
795</sect1>
Note: See TracBrowser for help on using the repository browser.