本文介绍了使用Mono C#的Printig原始数据EPL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要在Ubuntu 10.04+下使用Mono将RAW数据打印到Zebra标签打印机上
I need to print RAW DATA to a Zebra Label Printer using Mono under Ubuntu 10.04+
我尝试了GTk清晰打印,但是我找不到设置RAW数据参数的方法,而输出是EPL程序本身.
Iv tried GTk-sharp print but i couldn't find a way to set RAW data parameter and the outupt was the EPL program itself.
在Windows中,这是使用Winspool.drv
In windows this is achieved using Winspool.drv
谢谢
推荐答案
CUPS 驱动程序支持Zebra打印机. 此处是有关如何安装和使用杯子的Zebra白皮书.用于从Linux将ZPL/EPL发送到打印机
The CUPS driver has support for Zebra printers. Here is a Zebra White paper on how to install and use cups for sending ZPL/EPL to the printer from linux
这篇关于使用Mono C#的Printig原始数据EPL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!