![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any way to adjust the line spacing in non-RW printing? My printer crunches lines together somewhat more closely than the printer at the office. There is nothing under set printer. |
#3
| |||
| |||
|
|
Is there any way to adjust the line spacing in non-RW printing? It is not easy to control the vertical position, there is no special setting for |
#4
| |||
| |||
|
|
Is there any way to adjust the line spacing in non-RW printing? My printer crunches lines together somewhat more closely than the printer at the office. There is nothing under set printer. Sincerely, Gene Wirchenko Computerese Irregular Verb Conjugation: I have preferences. You have biases. He/She has prejudices. |
#5
| |||
| |||
|
|
Gene Wirchenko wrote: Is there any way to adjust the line spacing in non-RW printing? ^^^^^^ My printer crunches lines together somewhat more closely than the printer at the office. There is nothing under set printer. Did you clear the printer settings in your report.frx? |
#6
| |||
| |||
|
|
In Windows printing, there's no such thing as a "line". The printed page is a picture composed of pixels. |
|
AFA printers go, how they implement/interpret a "line" is up to the printer. Check your printer's manual for the escape codes to set lineheight. |
#7
| |||
| |||
|
|
"Dan Freeman" <spam (AT) microsoft (DOT) com> wrote: In Windows printing, there's no such thing as a "line". The printed page is a picture composed of pixels. I have a dot-matrix printer running under Windows. It prints lines, not graphics. |
|
AFA printers go, how they implement/interpret a "line" is up to the printer. Check your printer's manual for the escape codes to set lineheight. I thought this would be something that Windows would control. If as you say, the printed page is a picture, then why is Windows not controlling the picture output? |
#8
| |||
| |||
|
|
Gene Wirchenko wrote: "Dan Freeman" <spam (AT) microsoft (DOT) com> wrote: In Windows printing, there's no such thing as a "line". The printed page is a picture composed of pixels. I have a dot-matrix printer running under Windows. It prints lines, not graphics. Wrong answer. It prints dots. Some piece of software upstream tells it which dots to print. That software doesn't give a darn HOW the printer gets those dots printed, that's the printer's job. |
|
AFA printers go, how they implement/interpret a "line" is up to the printer. Check your printer's manual for the escape codes to set lineheight. I thought this would be something that Windows would control. If as you say, the printed page is a picture, then why is Windows not controlling the picture output? That would be the printer driver. The conversation goes like this: VFP -> Print Manager -> Printer Driver -> Spooler -> Printer Those middle three steps are unintelligble gibberish to you and me. The printer driver is basically a translation engine that translates a Windows graphic to a language (PCL) the printer can understand. You can bypass some of this by using the GENERIC TEXT printer. But I thought your goal was PDF? |
|
PS: Just for the record, I **HATE** printers, printing, and anythying related to it. <g |
#9
| |||
| |||
|
|
Is there any way to adjust the line spacing in non-RW printing? My printer crunches lines together somewhat more closely than the printer at the office. There is nothing under set printer. Sincerely, Gene Wirchenko Computerese Irregular Verb Conjugation: I have preferences. You have biases. He/She has prejudices. |
#10
| |||
| |||
|
|
Are you using any ascii escape sequences to do other stuff with your output? |
|
IF you are, you have a small chance to add in some more ascii escape sequences, look in your printer manual for line spacing. But, this is a hack. And not necessarily a righteous hack. |
|
IF this is not your PDF output stuff, then take a look at DOSPRINT over at http://fox.wikis.com/wc.dll?Wiki~DosPrint~VFP |
![]() |
| Thread Tools | |
| Display Modes | |
| |