Comment 12 for bug 310575

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Can you now try

cat > pdftopdf.dummy << EOF
#!/bin/sh
cat \$6
EOF
sudo cp pdftopdf.dummy /usr/lib/cups/filter/pdftopdf
sudo chmod 755 /usr/lib/cups/filter/pdftopdf
sudo /etc/init.d/cups restart

and try to print again? Does this work now?