On Tue, 04 Dec 2001 10:06:31 -0700
Doug Piper <[EMAIL PROTECTED]> implied:

> I am sure this is a really basic question but I haven't been able to 
> find the answer. First, I am running 6.0 and my printer is an Epson 
> Color Stylus 500.
> 
> If I open a pdf file in xpdf and click print, a .ps file is created.
If 
> I open the file in Kghostview what is printed is:
> 
> No way to print this type of input file:  PDF document, version 1.2

Is this actually viewable in kghostview? I haven't used it, but based on
the name it should only handle ps files, not pdf. That would be the
problem.

If it _can_ view pdf files, I find it a bit strange that it wouldn't
know how to pipe it through gs to the printer. Maybe there's KDE setting
for that.

If you open it in xpdf and print the file, you can send the file to the
printer (cat <filename>.ps | lpr) or (lpr <filename>.ps), you could open
it up with ghostview (gv <filename>.ps) and print it from there, you
could use pdf2ps on the pdf file and make a ps file out of it and send
it to the printer at the same time (pdf2ps <filename>.pdf | lpr), you
could download acrobat reader and view/print it from there and a whole
host of other things.

-- 
Easily amused.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to