The problem is probably caused by a wrong filter sequence. error_log
contains:


D [07/Mar/2015:13:22:00 -0500] [Job 1577] 3 filters for job:
D [07/Mar/2015:13:22:00 -0500] [Job 1577] pdftops (application/pdf to 
application/postscript, cost 33)
D [07/Mar/2015:13:22:00 -0500] [Job 1577] pstops (application/postscript to 
application/vnd.cups-postscript, cost 66)
D [07/Mar/2015:13:22:00 -0500] [Job 1577] brother_lpdwrapper_mfcj825dw 
(application/vnd.cups-postscript to printer/MFCJ825DW, cost 0)

This means that incoming PDF is converted by the sequence

pdftops -> pstops -> brother_lpdwrapper_mfcj825dw

Especially this sequence is missing the pdftopdf filter. Also the
current pdftops filter calls the pstops filter by itself, which means
that pstops runs twice here.

The correct sequence is:

pdftopdf -> pdftops -> brother_lpdwrapper_mfcj825dw

Probably this is caused by a wrong conversion rule on your system.

Please attach all files whose names end with ".convs" in /etc/cups/ and
in /usr/share/cups/mime/ to this bug report. Attach the files one by
one, not compressing them nor packaging them together. Thanks.


** Changed in: cups (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1429444

Title:
  printing webpages in landscape prints a cropped portrait instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1429444/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to