Your message dated Wed, 15 Jul 2015 19:15:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#508275: Option to always force even number of pages
output per document
has caused the Debian Bug report #508275,
regarding Option to always force even number of pages output per document
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508275
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cups-client
Version: 1.3.8-1lenny4
Severity: wishlist
File: /usr/bin/lp
When printing a large number of documents and wanting to manually
duplex the output, it would be useful if lp/cups could help me by
always printing an even number of pages for each document, i.e.
printing an empty page after each document with an odd number of
pages.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cups-client depends on:
ii adduser 3.110 add and remove users and groups
ii cups-common 1.3.8-1lenny4 Common UNIX Printing System(tm) -
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libcups2 1.3.8-1lenny4 Common UNIX Printing System(tm) -
ii libcupsimage2 1.3.8-1lenny4 Common UNIX Printing System(tm) -
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
cups-client recommends no packages.
Versions of packages cups-client suggests:
ii cups 1.3.8-1lenny4 Common UNIX Printing System(tm) -
ii cups-bsd 1.3.8-1lenny4 Common UNIX Printing System(tm) -
pn cups-pt <none> (no description available)
pn gtklp <none> (no description available)
pn kdeprint <none> (no description available)
pn xpp <none> (no description available)
-- no debconf information
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
On Wed 10 Dec 2008 at 21:52:33 +0100, martin f krafft wrote:
> also sprach Roger Leigh <[email protected]> [2008.12.10.1121 +0100]:
> > Yes, I was assuming you were printing each document separately.
>
> FWIW, the way I was able to get the desired result was with texlive
> and pdfpages, manually adding empty pages where needed:
>
> \documentclass{book}
>
> \usepackage{pdfpages}
>
> \begin{document}
>
> \includepdf[pages=-]{01:foo}
> \includepdf[pages={1-5,{}}]{02:bar}
> \includepdf[pages={1-3,{}}]{03:baz}
> [...]
> \end{document}
Times have moved on.
>From cups-filters (1.0.55-1):
* New upstream release:
- pdftopdf: Fixed manual duplex by adding a blank page to even
pages if the total number of pages of the document is
odd. Otherwise the last page of the document would stay in
the input tray. This fixes also a side effect as the set of
even pages reducing to a zero page job if the job consists
of only one page, making Poppler's pdftops error out
(LP: #1340435)
For raw queues or PostScript sent to a PostScript printer (when pdftopdf
is not used) Tea4CUPS can handle sending a form field command to the
printer to insert the blank page.
Regards,
Brian.
--- End Message ---