Taher Qamhawi
May 19th 03, 09:04 AM
Dears, I have to print some files through the windows
driver, these form contain some command characters such
as "0x1B the escape character" and "0x00 the null
character", and i am using a default windows generic text
driver, with the option print directly to printer in order
to forbid the driver from messing with the form. but
actually these characters are not passed as they are, for
exaple, the esc character "0x1b" is passed as "0x2e" and
the null character "0x00" is passed as a space "0x20" or a
carrige return "0x0d". is there any kind of options that i
can use to pass the data as it really is to the printer?
driver, these form contain some command characters such
as "0x1B the escape character" and "0x00 the null
character", and i am using a default windows generic text
driver, with the option print directly to printer in order
to forbid the driver from messing with the form. but
actually these characters are not passed as they are, for
exaple, the esc character "0x1b" is passed as "0x2e" and
the null character "0x00" is passed as a space "0x20" or a
carrige return "0x0d". is there any kind of options that i
can use to pass the data as it really is to the printer?