Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

I used to make documents to be printed by laser printers. Now I need to make a file which must be supported by line printers, the questions are:

1. How or where to start?

2. Are there any C# libraries for this?

thanks in advance.



[orig. title]
How or Where to start proggramming to create documents which can be printed by Line Printers
Posted
Updated 20-Jan-11 0:20am
v2

Try this article with sourcecode that can help you on your way:
Line Printer Class in C#[^]

And you could have a look at this:
http://support.microsoft.com/kb/322091[^]

Good luck!
 
Share this answer
 
Comments
Jamal Seyedi 22-Jan-11 1:30am    
Thanks for answering me.But I mean creating just the document file which can be downloded and printed.I dont want application to directly connect to the printer and send data.
I need a library which has all needed control chars or to help set report property, body property etc.
E.F. Nijboer 22-Jan-11 11:24am    
You can simply print it as html for example because that doesn't matter to you anymore. It is up to the program (for html this would be the browser) to make sure it goes correct to the printer and for the printer driver to get it right on paper. As long as you keep it kind of "plain" this will go just fine. But printing for your application is in this case simply out of scope.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900