简体   繁体   中英

Printing from label printer using Crystal Report in C#

I am creating an desktop application for printing label from label printer. Can anyone guide me how to print from label printer using crystal report approach. I am new to this topic and have no idea.

I would appreciate if anyone provide me some sample program.

Thanks.

It depends on the kind of label printer that you have.

If you use Crystal Report, then your application will be printer agnostic, it wouldn't care which type of printer you use. Also you will not be able to use some features that you label printer might have like, controllable label cutting.

Label printers usually have API. So you would normally design a label in a template designer, that is normally supplied with your printer. Then you would call API providing the file path to the template and filling the data that template requires.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM