haradej Posted August 4, 2006 Posted August 4, 2006 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 Quote
neodatatype Posted August 10, 2006 Posted August 10, 2006 I don't 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... Quote > NeoDataType.net < Try my Free .Net Reporting Tool!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.