Comment 6 for bug 271350

Revision history for this message
Till Kamppeter (till-kamppeter) wrote : Re: Printing stopped working after upgrade to Intrepid

Can you do the following:

sudo mv /usr/lib/cups/filter/pdftopdf /usr/lib/cups/filter/pdftopdf.orig
sudo cat > /usr/lib/cups/filter/pdftopdf << EOF
cat \$6
EOF
chmod 755 /usr/lib/cups/filter/pdftopdf

This short-circuits the pdftopdf filter (page management filter). Can you try your jobs again now? Can you print correctly now?