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
|
Homepage: https://www.cups-pdf.de
Source: cups-pdf
Section: graphics
Priority: optional
Maintainer: Debian CUPS Maintainers <debian-printing@lists.debian.org>
Uploaders: Martin-Éric Racine <martin-eric.racine@iki.fi>
Build-Depends: debhelper-compat (= 13), libcups2-dev
Rules-Requires-Root: no
Standards-Version: 4.6.0.1
Package: printer-driver-cups-pdf
Architecture: any
Depends: cups,
cups-client,
ghostscript,
libpaper-utils,
${misc:Depends},
${shlibs:Depends}
Provides: cups-pdf
Replaces: cups-pdf
Suggests: system-config-printer
Description: printer driver for PDF writing via CUPS
CUPS-PDF provides a PDF Writer backend to CUPS. This can be used as a
virtual printer in a paperless network or to perform testing on CUPS.
.
Documents are written to a configurable directory (by default to ~/PDF)
or can be further manipulated by a post-processing command.
.
Note that AppArmor prevents outputting PDF documents to non-default
directories so </etc/apparmor.d/usr.sbin.cupsd> must also be edited,
whenever the above default get changed in </etc/cups/cups-pdf.conf>.
.
In cases where the system mounts home directories from paths other
than </home/${USER}>, edit </etc/apparmor.d/tunables/home> instead.
.
Desktop users might find it simpler to use the Print To File feature
provided by GTK+ and QT or the LibreOffice's Export to PDF feature.
|