Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to develop a .net application which is used to print Price label of a company through CLS printer. I don't know how to start?? can anyone please help me out for this particular printing application.
Posted
Comments
Marc Gabrie 25-Jan-14 6:17am    
What did you mean with "CLS printer"? And are you going to develop a Windows desktop app or an ASP.NET one?
Ankit K. Saxena 25-Jan-14 6:27am    
Sir i want to develop a window application and CLS printer is a citizen barcode label printer.
Marc Gabrie 25-Jan-14 6:35am    
thanks. below is my answer. By the way, which exact Citizen model is your printer?
Ankit K. Saxena 25-Jan-14 6:41am    
its cls700
Marc Gabrie 25-Jan-14 7:09am    
ok that printer seems to emulate ZPL (Zebra language) so I updated the answer with some resources

Start by reading the Command Language your printer support and then construct the labels based on your requirements and the language syntax. Once you have them, you can send those commands using this code http://support.microsoft.com/kb/322091/en-us[^]

The CLS700 seems to support Zebra ZPL emulation, so if you do not want to deal with ZPL syntax, then you could try this other resources:

http://zebrazpliiutlity.codeplex.com/[^]
https://github.com/danielemarino/csharp-zpl-tools[^]
http://www.neodynamic.com/products/printing/thermal-label/sdk-vb-net-csharp/[^]
 
Share this answer
 
v2
sir will you please to suggest me the basic guide of ZPL.
 
Share this answer
 

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