Comment 25 for bug 173857

Revision history for this message
martin_jacobs (martin-jacobs) wrote : Re: [Bug 173857] Re: duplex printing cuts content

Hi Jason,

I've made two additional test with these commands:

echo -e 'Hello\nlp -d litfass -o page-border=single -o
Duplex=DuplexNoTumble -o media=A4.Duplex\fWorld' | lp -d
litfass -o page-border=single -o Duplex=DuplexNoTumble -o
media=A4.Duplex

echo -e 'Hello\nlp -d litfass-duplex -o page-border=single -o
Duplex=DuplexNoTumble -o media=A4.Duplex\fWorld' | lp -d
litfass-duplex -o page-border=single -o Duplex=DuplexNoTumble
-o media=A4.Duplex

Both create a double sided print out with mentionable
differences. I've scanned both outputs and will upload them to
launchpad. Filenames are given below:

First command produces two pages, first cropped at the bottom,
rear side with a full frame (see file
launchpad-173857-20091121-001.pdf).

Second command produces two pages, front-side with full frame
but with "large" empty space at top and bottom, rear-side with
"smaller" frame but shifted towards bottom of page and
cropped (see file launchpad-173857-20091121-002.pdf).

Here is diff output of

 diff /etc/cups/ppd/litfass.ppd /etc/cups/ppd/litfass-duplex.ppd

339c339
< *DefaultDuplex: None
---
> *DefaultDuplex: DuplexNoTumble

And, as mentioned earlier, CUPS web front-end shows duplexer
marked as installed.

On Fri, 20 Nov 2009, Jason Callough wrote:

> Martin:
>
> We have been able to confirm that this problem is corrected with the
> latest release (3.9.10) if you set the duplexer to installed on the cups
> localhost page. Then run the following command:
>
> echo -e 'Hello\fWorld' | lp -d HP_Officejet_Pro_8000_A809 -o page-
> border=single -o Duplex=DuplexNoTumble -o media=Letter.Duplex
>
> We are not able to see any border on the printout because lp is not
> creating it and we do not see it on the input to the driver.
>
> Jason
> ...

Regards

Martin