source: pst/printing/cups.xml@ 1ecdb18

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 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 1ecdb18 was 1ecdb18, checked in by Ken Moffat <ken@…>, 10 years ago

Add libpaper, and alphabetize deps where it is referenced.

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

  • Property mode set to 100644
File size: 25.1 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 "5d893edc2957005f78e2b2423fdace2e">
10 <!ENTITY cups-size "8.4 MB">
11 <!ENTITY cups-buildsize "64 MB (additional 25 MB for the tests)">
12 <!ENTITY cups-time "0.6 SBU (additional 4.1 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 &lfs75_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="avahi"/>,
103 <xref linkend="gnutls"/> (if you have it installed, then
104 <xref linkend="libgcrypt"/> is required) or <xref linkend="openssl"/>,
105 <xref linkend="libpaper"/>,
106 <xref linkend="linux-pam"/>,
107 <xref linkend="mitkrb"/>,
108 <xref linkend="openjdk"/>,
109 <xref linkend="php"/>,
110 <xref linkend="python2"/>, and
111 <xref linkend="xdg-utils"/>
112 </para>
113
114 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
115 <para role="required runtime">
116 <xref linkend="cups-filters"/>
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/cups"/>
121 </para>
122 </sect2>
123
124 <sect2 role="kernel" id="cups-kernel">
125 <title>Kernel Configuration</title>
126
127 <note>
128 <para>
129 There used to be a conflict between the <application>Cups</application>
130 <application>libusb</application> backend and the usblp kernel
131 driver. This is no longer the case and cups will work with both of these
132 enabled.
133 </para>
134 </note>
135
136 <para>
137 If you want to use the kernel usblp driver (for example, if you wish to
138 use <application>escputil</application> from <xref linkend="gutenprint"/>)
139 enable the following options in your kernel configuration and recompile the
140 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 To test the results, issue: <command>make -k check</command>. An already
242 active graphical session with bus address is necessary to run the tests.
243 A small number of tests fail for unknown reasons.
244 </para>
245
246 <para>
247 Now, as the <systemitem class="username">root</systemitem>
248 user:
249 </para>
250
251<!-- dev note: make BUILDROOT=<DESTDIR> install -->
252
253<screen role="root"><userinput>make install &amp;&amp;
254rm -rf /tmp/cupsinit &amp;&amp;
255ln -svfn ../cups/doc /usr/share/doc/cups-&cups-version;</userinput></screen>
256
257 <para>
258 Create a basic <application>Cups</application> client configuration
259 file by running the following command as the
260 <systemitem class="username">root</systemitem> user:
261 </para>
262
263<screen role="root"><userinput>echo "ServerName /var/run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen>
264
265 <para>
266 Remove filters that are now part of the <application>Cups Filters</application>
267 package by running the following commands as the
268 <systemitem class="username">root</systemitem> user:
269 </para>
270
271<screen role="root"><userinput>rm -rf /usr/share/cups/banners &amp;&amp;
272rm -rf /usr/share/cups/data/testprint</userinput></screen>
273
274 <note>
275 <para>
276 If you reinstall or update <application>Cups</application>, commands
277 above break <xref linkend="cups-filters"/>, which needs, therefore,
278 to be reinstalled.</para>
279 </note>
280
281 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
282 href="../../xincludes/gtk-update-icon-cache.xml"/>
283
284 </sect2>
285
286 <sect2 role="commands">
287 <title>Command Explanations</title>
288
289 <para>
290 <envar>CC=gcc</envar>: This environment variable ensures that gcc
291 is used if clang is installed. The build fails with the clang compiler.
292 </para>
293
294 <para>
295 <parameter>--with-rcdir=/tmp/cupsinit</parameter>: This switch tells
296 the build process to install the shipped bootscript into
297 <filename class="directory">/tmp</filename> instead of
298 <filename class="directory">/etc/rc.d</filename>.
299 </para>
300
301 <para>
302 <parameter>--with-system-groups=lpadmin</parameter>: This switch ensures
303 that only <systemitem class="groupname">lpadmin</systemitem> will be used as
304 the <application>Cups</application> administrative group.
305 </para>
306
307 <para>
308 <option>--disable-libusb</option>: Use this switch if you have installed
309 <xref linkend="libusb"/>, but wish to use the kernel usblp driver.
310 </para>
311
312 <para>
313 <option>--enable-libpaper</option>: Use this switch if you have installed
314 <application>libpaper</application> and wish to use it with
315 <application>Cups</application>.
316 </para>
317
318 <para>
319 <option>--disable-gnutls --enable-openssl</option>: This switch tells the build
320 process to use <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
321 The current version of <application>GnuTLS</application> might produce lot of
322 warnings during the <application>Cups</application> build.
323 </para>
324
325 </sect2>
326
327 <sect2 role="configuration">
328 <title>Configuring Cups</title>
329
330 <sect3 id="cups-config">
331 <title>Config Files</title>
332
333 <para><filename>/etc/cups/*</filename></para>
334
335 <indexterm zone="cups cups-config">
336 <primary sortas="e-etc-cups">/etc/cups/*</primary>
337 </indexterm>
338
339 </sect3>
340
341 <sect3>
342 <title>Configuration Information</title>
343
344 <para>
345 Configuration of <application>Cups</application> is dependent on
346 the type of printer and can be complex. Generally, PostScript printers
347 are easier. For detailed instructions on configuration and use of
348 <application>Cups</application>, see <ulink
349 url="http://www.cups.org/documentation.php"/>. The Software
350 Administrators Manual and Software Users Manual are particularly useful.
351 </para>
352
353 <para>
354 For non-PostScript printers to print with
355 <application>Cups</application>, you need to install <xref linkend="gs"/>
356 to convert PostScript to raster images and a driver (e.g., from
357 <xref linkend="gutenprint"/>) to convert the resulting raster images to a
358 form that the printer understands.
359 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
360 drivers use Ghostscript to convert PostScript to a printable form directly,
361 but this is considered to be a hack by <application>Cups</application>
362 developers.
363 </para>
364
365 </sect3>
366
367 <sect3 id="cups-init">
368 <title>Boot Script</title>
369
370 <para>
371 If you want the <application>Cups</application> print service to start
372 automatically when the system is booted, install the init
373 script included in the <xref linkend="bootscripts"/>
374 package:
375 </para>
376
377 <indexterm zone="cups cups-init">
378 <primary sortas="f-cups">cups</primary>
379 </indexterm>
380
381<screen role="root"><userinput>make install-cups</userinput></screen>
382
383 </sect3>
384
385 </sect2>
386
387 <sect2 role="content">
388 <title>Contents</title>
389
390 <segmentedlist>
391 <segtitle>Installed Programs</segtitle>
392 <segtitle>Installed Libraries</segtitle>
393 <segtitle>Installed Directories</segtitle>
394
395 <seglistitem>
396 <seg>
397 accept, cancel, cupsaccept, cupsaddsmb, cups-config,
398 cupsctl, cupsd, cupsdisable, cupsenable, cupsfilter,
399 cupsreject, cupstestdsc, cupstestppd, ippfind, ipptool,
400 lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
401 lpq, lpr, lprm, lpstat, ppdc, ppdhtml, ppdi, ppdmerge,
402 ppdpo and reject
403 </seg>
404 <seg>
405 libcupscgi.so, libcupsimage.so, libcupsmime.so,
406 libcupsppdc.so and libcups.so
407 </seg>
408 <seg>
409 /etc/cups,
410 /usr/include/cups,
411 /usr/lib/cups,
412 /usr/share/cups,
413 /usr/share/doc/cups-&cups-version;,
414 /var/cache/cups,
415 /var/log/cups,
416 /var/run/cups and
417 /var/spool/cups
418 </seg>
419 </seglistitem>
420 </segmentedlist>
421
422 <variablelist>
423 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
424 <?dbfo list-presentation="list"?>
425 <?dbhtml list-presentation="table"?>
426
427 <varlistentry id="accept">
428 <term><command>accept</command></term>
429 <listitem>
430 <para>
431 instructs the printing system to accept print jobs to the
432 specified destinations.
433 </para>
434 <indexterm zone="cups accept">
435 <primary sortas="b-accept">accept</primary>
436 </indexterm>
437 </listitem>
438 </varlistentry>
439
440 <varlistentry id="cancel-cups">
441 <term><command>cancel</command></term>
442 <listitem>
443 <para>
444 cancels existing print jobs from the print queues.
445 </para>
446 <indexterm zone="cups cancel-cups">
447 <primary sortas="b-cancel">cancel</primary>
448 </indexterm>
449 </listitem>
450 </varlistentry>
451
452 <varlistentry id="cupsaddsmb">
453 <term><command>cupsaddsmb</command></term>
454 <listitem>
455 <para>
456 exports printers to the <application>Samba</application>
457 software for use with Windows clients.
458 </para>
459 <indexterm zone="cups cupsaddsmb">
460 <primary sortas="b-cupsaddsmb">cupsaddsmb</primary>
461 </indexterm>
462 </listitem>
463 </varlistentry>
464
465 <varlistentry id="cups-config-prog">
466 <term><command>cups-config</command></term>
467 <listitem>
468 <para>
469 is a <application>Cups</application>
470 program configuration utility.
471 </para>
472 <indexterm zone="cups cups-config-prog">
473 <primary sortas="b-cups-config">cups-config</primary>
474 </indexterm>
475 </listitem>
476 </varlistentry>
477
478 <varlistentry id="cupsctl">
479 <term><command>cupsctl</command></term>
480 <listitem>
481 <para>
482 updates or queries the cupsd.conf file for a server.
483 </para>
484 <indexterm zone="cups cupsctl">
485 <primary sortas="b-cupsctl">cupsctl</primary>
486 </indexterm>
487 </listitem>
488 </varlistentry>
489
490 <varlistentry id="cupsd">
491 <term><command>cupsd</command></term>
492 <listitem>
493 <para>
494 is the scheduler for the Common Unix Printing System.
495 </para>
496 <indexterm zone="cups cupsd">
497 <primary sortas="b-cupsd">cupsd</primary>
498 </indexterm>
499 </listitem>
500 </varlistentry>
501
502 <varlistentry id="cupsfilter">
503 <term><command>cupsfilter</command></term>
504 <listitem>
505 <para>
506 is a front-end to the <application>Cups</application>
507 filter subsystem which allows you to convert a file
508 to a specific format.
509 </para>
510 <indexterm zone="cups cupsfilter">
511 <primary sortas="b-cupsfilter">cupsfilter</primary>
512 </indexterm>
513 </listitem>
514 </varlistentry>
515
516 <varlistentry id="cupstestdsc">
517 <term><command>cupstestdsc</command></term>
518 <listitem>
519 <para>
520 tests the conformance of PostScript files.
521 </para>
522 <indexterm zone="cups cupstestdsc">
523 <primary sortas="b-cupstestdsc">cupstestdsc</primary>
524 </indexterm>
525 </listitem>
526 </varlistentry>
527
528 <varlistentry id="cupstestppd">
529 <term><command>cupstestppd</command></term>
530 <listitem>
531 <para>
532 tests the conformance of PPD files.
533 </para>
534 <indexterm zone="cups cupstestppd">
535 <primary sortas="b-cupstestppd">cupstestppd</primary>
536 </indexterm>
537 </listitem>
538 </varlistentry>
539
540 <varlistentry id="ippfind">
541 <term><command>ippfind</command></term>
542 <listitem>
543 <para>
544 finds internet printing protocol printers.
545 </para>
546 <indexterm zone="cups ippfind">
547 <primary sortas="b-ippfind">ippfind</primary>
548 </indexterm>
549 </listitem>
550 </varlistentry>
551
552 <varlistentry id="ipptool">
553 <term><command>ipptool</command></term>
554 <listitem>
555 <para>
556 sends IPP requests to the specified URI and tests
557 and/or displays the results.
558 </para>
559 <indexterm zone="cups ipptool">
560 <primary sortas="b-ipptool">ipptool</primary>
561 </indexterm>
562 </listitem>
563 </varlistentry>
564
565 <varlistentry id="lp-cups">
566 <term><command>lp</command></term>
567 <listitem>
568 <para>
569 submits files for printing or alters a pending job.
570 </para>
571 <indexterm zone="cups lp-cups">
572 <primary sortas="b-lp">lp</primary>
573 </indexterm>
574 </listitem>
575 </varlistentry>
576
577 <varlistentry id="lpadmin">
578 <term><command>lpadmin</command></term>
579 <listitem>
580 <para>
581 configures printer and class queues provided by
582 <application>Cups</application>.
583 </para>
584 <indexterm zone="cups lpadmin">
585 <primary sortas="b-lpadmin">lpadmin</primary>
586 </indexterm>
587 </listitem>
588 </varlistentry>
589
590 <varlistentry id="lpc-cups">
591 <term><command>lpc</command></term>
592 <listitem>
593 <para>
594 provides limited control over printer and class queues
595 provided by <application>Cups</application>.
596 </para>
597 <indexterm zone="cups lpc-cups">
598 <primary sortas="b-lpc">lpc</primary>
599 </indexterm>
600 </listitem>
601 </varlistentry>
602
603 <varlistentry id="lpinfo">
604 <term><command>lpinfo</command></term>
605 <listitem>
606 <para>
607 lists the available devices or drivers known to the
608 <application>Cups</application> server.
609 </para>
610 <indexterm zone="cups lpinfo">
611 <primary sortas="b-lpinfo">lpinfo</primary>
612 </indexterm>
613 </listitem>
614 </varlistentry>
615
616 <varlistentry id="lpmove">
617 <term><command>lpmove</command></term>
618 <listitem>
619 <para>
620 moves the specified job to a new destination.
621 </para>
622 <indexterm zone="cups lpmove">
623 <primary sortas="b-lpmove">lpmove</primary>
624 </indexterm>
625 </listitem>
626 </varlistentry>
627
628 <varlistentry id="lpoptions">
629 <term><command>lpoptions</command></term>
630 <listitem>
631 <para>
632 displays or sets printer options and defaults.
633 </para>
634 <indexterm zone="cups lpoptions">
635 <primary sortas="b-lpoptions">lpoptions</primary>
636 </indexterm>
637 </listitem>
638 </varlistentry>
639
640 <varlistentry id="lppasswd">
641 <term><command>lppasswd</command></term>
642 <listitem>
643 <para>
644 adds, changes or deletes passwords in the
645 <application>Cups</application> digest password file
646 <filename>passwd.md5</filename>.
647 </para>
648 <indexterm zone="cups lppasswd">
649 <primary sortas="b-lppasswd">lppasswd</primary>
650 </indexterm>
651 </listitem>
652 </varlistentry>
653
654 <varlistentry id="lpq-cups">
655 <term><command>lpq</command></term>
656 <listitem>
657 <para>
658 shows the current print queue status on the named printer.
659 </para>
660 <indexterm zone="cups lpq-cups">
661 <primary sortas="b-lpq">lpq</primary>
662 </indexterm>
663 </listitem>
664 </varlistentry>
665
666 <varlistentry id="lpr-cups">
667 <term><command>lpr</command></term>
668 <listitem>
669 <para>
670 submits files for printing.
671 </para>
672 <indexterm zone="cups lpr-cups">
673 <primary sortas="b-lpr">lpr</primary>
674 </indexterm>
675 </listitem>
676 </varlistentry>
677
678 <varlistentry id="lprm-cups">
679 <term><command>lprm</command></term>
680 <listitem>
681 <para>
682 cancels print jobs that have been queued for printing.
683 </para>
684 <indexterm zone="cups lprm-cups">
685 <primary sortas="b-lprm">lprm</primary>
686 </indexterm>
687 </listitem>
688 </varlistentry>
689
690 <varlistentry id="lpstat-cups">
691 <term><command>lpstat</command></term>
692 <listitem>
693 <para>
694 displays status information about the current classes, jobs,
695 and printers.
696 </para>
697 <indexterm zone="cups lpstat-cups">
698 <primary sortas="b-lpstat">lpstat</primary>
699 </indexterm>
700 </listitem>
701 </varlistentry>
702
703 <varlistentry id="ppdc">
704 <term><command>ppdc</command></term>
705 <listitem>
706 <para>
707 compiles PPDC source files into one or more PPD files.
708 </para>
709 <indexterm zone="cups ppdc">
710 <primary sortas="b-ppdc">ppdc</primary>
711 </indexterm>
712 </listitem>
713 </varlistentry>
714
715 <varlistentry id="ppdhtml">
716 <term><command>ppdhtml</command></term>
717 <listitem>
718 <para>
719 reads a driver information file and produces a HTML summary
720 page that lists all of the drivers in a file and the
721 supported options.
722 </para>
723 <indexterm zone="cups ppdhtml">
724 <primary sortas="b-ppdhtml">ppdhtml</primary>
725 </indexterm>
726 </listitem>
727 </varlistentry>
728
729 <varlistentry id="ppdi">
730 <term><command>ppdi</command></term>
731 <listitem>
732 <para>
733 imports one or more PPD files into a PPD compiler source file.
734 </para>
735 <indexterm zone="cups ppdi">
736 <primary sortas="b-ppdi">ppdi</primary>
737 </indexterm>
738 </listitem>
739 </varlistentry>
740
741 <varlistentry id="ppdmerge">
742 <term><command>ppdmerge</command></term>
743 <listitem>
744 <para>
745 merges two or more PPD files into a single, multi-language
746 PPD file.
747 </para>
748 <indexterm zone="cups ppdmerge">
749 <primary sortas="b-ppdmerge">ppdmerge</primary>
750 </indexterm>
751 </listitem>
752 </varlistentry>
753
754 <varlistentry id="ppdpo">
755 <term><command>ppdpo</command></term>
756 <listitem>
757 <para>
758 extracts UI strings from PPDC source files and
759 updates either a GNU gettext or Mac OS X strings
760 format message catalog source file for translation.
761 </para>
762 <indexterm zone="cups ppdpo">
763 <primary sortas="b-ppdpo">ppdpo</primary>
764 </indexterm>
765 </listitem>
766 </varlistentry>
767
768 <varlistentry id="reject">
769 <term><command>reject</command></term>
770 <listitem>
771 <para>
772 instructs the printing system to reject print jobs to the
773 specified destinations.
774 </para>
775 <indexterm zone="cups reject">
776 <primary sortas="b-reject">reject</primary>
777 </indexterm>
778 </listitem>
779 </varlistentry>
780
781 <varlistentry id="libcups">
782 <term><filename class="libraryfile">libcups.so</filename></term>
783 <listitem>
784 <para>
785 contains the <application>Cups</application> API functions.
786 </para>
787 <indexterm zone="cups libcups">
788 <primary sortas="c-libcups">libcups.so</primary>
789 </indexterm>
790 </listitem>
791 </varlistentry>
792
793 </variablelist>
794
795 </sect2>
796
797</sect1>
Note: See TracBrowser for help on using the repository browser.