LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to set my acrobat reader and thunderbird to use printer? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-set-my-acrobat-reader-and-thunderbird-to-use-printer-313552/)

jundu88 04-15-2005 10:13 AM

how to set my acrobat reader and thunderbird to use printer?
 
hi,

i am able to use the shared printer in some applications such as OpenOffice. when i tried to print from inside acrobat reader, the print dialog shows "Printer command: /usr/bin/lpr". when i print from thunderbird, it displays "Printer: PostScript/default". if you click on "properties", thunderbird also shows some weired print command "lpr<blablabla...>". anyway, neither of them actually prints anything for me. these are quite different from OpenOffice, which when i print displays the default printer name. how can i set up acrobat reader and thunderbird to use the printer correctly?

thanks!

rjlee 04-15-2005 01:50 PM

The printer command “lpr” is a traditional command to print to a given printer. If no printer is specified, then it will print to a printer called lp.

If you have KDE installed, then you can use the command “kprinter” instead of “lpq”. This will give you a second dialog box offering you various options on what to do with the printer's output. I don't know

Alternatively, tell lpq the name of the printer in the configuration settings:
Code:

lpq -P "printername"
You can also save to a file and just print that. Btw, Linux programs always print to files in postscript format.


All times are GMT -5. The time now is 03:10 AM.