source: pst/printing/cups.xml@ 5618cdc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5618cdc was 5618cdc, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to CUPS-2.0.0. Thanks Armin for suggestions, including the replacement of a patch by more visible commands.

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

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