LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Printer settings (https://www.linuxquestions.org/questions/linux-general-1/printer-settings-30583/)

hfawzy 09-17-2002 01:16 PM

Printer settings
 
I have just wrote a document on KWord and have print it. But the printed version isn't the same as the one that is in kword ...
The font is bigger, and there isn't any spaces between letters.
How can I adjust these settings?
P.S:I used Verdana (Windows Font)
Thank you

NSKL 09-17-2002 02:10 PM

I am not sure about if my solution will work, so wait for other suggestions first.
Anyway it looks like you are using the wrong filter for your printer. Before each file is sent to the printer it has to pass through a filter to be converted to a format that the printer will understand (Ex. PostScript). Now sometimes it happens that the printer is setup to work with a wrong filter. To fix this you can download (or you maybe have it already) APSfilter and set that up, or use the printer configuration tool (if any) that comes with your distribution. Also when asking questions it is very useful to post your distro so people can be more specific.
Then theres another thing you can do. Hand edit /etc/printcap which controls your printer. This is very hard tho because (as that famous book about Linux sais) "The format of /etc/printcap is very antiquated and non user-friendly, so it is suggested to use packages such as APSfilter or Cups to create a working /etc/printcap."
HTH
-NSKL

nautilus_1987 09-17-2002 02:19 PM

1. create dir /var/spool/lpd/"your printer"

2.edit /etc/printcap:
lp|"your printer":\
:lp=/dev/null:sh:\
:sd=/var/spool/lpd/"your printer":\
3. When printing select your filter ( APSFilter, alprng . .. .)


All times are GMT -5. The time now is 06:57 PM.