Steve,
Do you need to send this at the same time as printing a report, for example
to place additional text on a report, or are you looking to create a printer
job that uses only the special text that you specifify, for example sending
all print commands directly to the printer?
I have some code that allows you to send raw command directly to the
printer; I use it for controlling thermal label printers but it requires
that the entire print job be via the commands and does not mix with standard
.NET output.
Martin.
> We already have printing working great on our project but it now turns out
> that I need to be able to send some raw strings to the printer to have it
[quoted text clipped - 18 lines]
>
> Steve
Steve Hiner - 30 Sep 2003 18:16 GMT
Martin,
Thanks for the reply.
Unfortunately, I need to intermix the printing commands. I have a printer
with a special encoder in it. I need to be able to print all the text and
graphics using .NET but send a string to the printer directly to let it know
what to do with the encoder.
Steve
> Steve,
>
[quoted text clipped - 37 lines]
> >
> > Steve