Rich Shepard wrote: > I cannot print a pdf file from xpdf (CUPS shows it completed printing, but > the printer does not respond or produce output). However, I can print the > same file from within acroread. > > Probably cannot fix this problem (and I don't print many color pages in > any case), but I think it's rather strange behavior.
Does lpr work from the command line? What command is xpdf using? Do you perhaps need to specify the print queue? For example, when I want to print duplex, I change the xpdf command from "lpr", which uses the default queue, to "lpr -Pduplex", which uses a different queue named duplex. -- Galen Seitz [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
