print raw text

haradej

New member
Joined
Mar 14, 2006
Messages
3
Hello again,

now I have the problem how to print raw text,
as far as I understand the PrintPageEventHandler / PrintDocument.Print() - mechanism just prints graphic data (the store to file stores this data as postscript).
Now I want to send escape codes to the printer.

How do I achieve this?

Kind regards,

HaraDej
 
I dont think you can do this via System.Drawing.Printing, because theirs classes pass by the print manager.

You need to comunicate directly to the printer, and this is not so simple...
 
Back
Top