C
carlospedr
I'm writing a dll in C++ to use a IBM 4610 SureMark printer.
I have some questions that i was hoping someboy would help me with:
How can I print a pdf file? Looking through the manual I wasn't able to
find anyting about that or even printing a image of any sort. Could it
be done using an escape sequence before sending the buffer
corresponding to the file?
In Commands that have like this, that written in the manual like this:
"ESC c 0 X'04': Select document station - normal print mode:..." the
"c", "0" are references to the ASCII code of "c" and "0"? I don't
understand very well this notation... since the other ASCII code is
written in its Hex form (X04).
Thank You for Help in advance,
Carlos Pedro
I have some questions that i was hoping someboy would help me with:
How can I print a pdf file? Looking through the manual I wasn't able to
find anyting about that or even printing a image of any sort. Could it
be done using an escape sequence before sending the buffer
corresponding to the file?
In Commands that have like this, that written in the manual like this:
"ESC c 0 X'04': Select document station - normal print mode:..." the
"c", "0" are references to the ASCII code of "c" and "0"? I don't
understand very well this notation... since the other ASCII code is
written in its Hex form (X04).
Thank You for Help in advance,
Carlos Pedro