PDA

View Full Version : [ubuntu] Enhanced postscript files not printing



tamalbasak
April 29th, 2011, 07:57 AM
I use a Dual core desktop PC with Ubuntu 10.10. A hp-laser- jet 4250 printer is connected to it. I am getting able to print all files except .ps and .eps files. When I send a .ps or .eps file for printing, no job is actually reaching to printer. Please help.

dino99
April 29th, 2011, 08:07 AM
into a terminal, copy/paste these commands one by one then hit Enter

sudo apt-get update
sudo apt-get install -f

sudo apt-get install psfontmgr
sudo apt-get install ghostscript

sudo dpkg --configure -a

tamalbasak
May 2nd, 2011, 10:11 AM
Thanks a lot dino99. Its working.

tamalbasak
May 27th, 2011, 07:58 AM
sudo apt-get update
sudo apt-get install -f

sudo apt-get install psfontmgr
sudo apt-get install ghostscript

sudo dpkg --configure -a


these suggestion was working for some days for .eps file printing. but now again this eps is not printing again, even after running these above mentioned commands. please help.